Skip to content

Commit 1ddd055

Browse files
authored
release: prepare for release v1.6.2 (bnb-chain#3386)
1 parent a39c9f4 commit 1ddd055

2 files changed

Lines changed: 20 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
2+
3+
## v1.6.2
4+
### FEATURE
5+
[\#3363](https://github.com/bnb-chain/bsc/pull/3363) websocket: add transactionReceipts for receipts notification
6+
[\#3367](https://github.com/bnb-chain/bsc/pull/3367) BEP-619: Short Block Interval Phase Three: 0.45 Seconds
7+
[\#3368](https://github.com/bnb-chain/bsc/pull/3368) BEP-590: Extended Voting Rules for Fast Finality Stability
8+
[\#3374](https://github.com/bnb-chain/bsc/pull/3374) Implement BEP-592: Non-Consensus Based Block-Level Access List
9+
[\#3372](https://github.com/bnb-chain/bsc/pull/3372) core/systemcontracts: define fermiUpgrade
10+
11+
### BUGFIX
12+
[\#3373](https://github.com/bnb-chain/bsc/pull/3373) ethapi: reject oversize storage keys before hex decode
13+
14+
### IMPROVEMENT
15+
NA
16+
217
## v1.6.1
3-
v1.6.1-alpha is a preview release, which fixes several issues of the v1.6.0-alpha, it is more reliable than v1.6.0-alpha, so mark it as beta stage.
18+
v1.6.1-beta is a preview release, which fixes several issues of the v1.6.0-alpha, it is more reliable than v1.6.0-alpha, so mark it as beta stage.
419

520
### FEATURE
621
NA

version/version.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package version
1818

1919
const (
20-
Major = 1 // Major version component of the current release
21-
Minor = 6 // Minor version component of the current release
22-
Patch = 100 // Patch version component of the current release
23-
Meta = "BAL" // Version metadata to append to the version string
20+
Major = 1 // Major version component of the current release
21+
Minor = 6 // Minor version component of the current release
22+
Patch = 2 // Patch version component of the current release
23+
Meta = "" // Version metadata to append to the version string
2424
)

0 commit comments

Comments
 (0)