Skip to content

Commit f5c88cf

Browse files
chore(release): 1.66.0 [skip ci]
<a name="1.66.0"></a> # [1.66.0](v1.65.5...v1.66.0) (2021-12-28) ### Features * release 1.66.0 ([edefa66](edefa66)) # [1.66.0](v1.65.5...v1.66.0) (2021-12-28) ### Performance Improvements * update key generator ([5c5d864](5c5d864))
1 parent edefa66 commit f5c88cf

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
changelog
22

3+
<a name="1.66.0"></a>
4+
# [1.66.0](https://github.com/33cn/chain33/compare/v1.65.5...v1.66.0) (2021-12-28)
5+
6+
7+
### Features
8+
9+
* release 1.66.0 ([edefa66](https://github.com/33cn/chain33/commit/edefa66))
10+
11+
12+
13+
14+
15+
# [1.66.0](https://github.com/33cn/chain33/compare/v1.65.5...v1.66.0) (2021-12-28)
16+
17+
18+
### Performance Improvements
19+
20+
* update key generator ([5c5d864](https://github.com/33cn/chain33/commit/5c5d86450bafd3edcad471591e11afead7fad0fe))
21+
322
## [1.65.5](https://github.com/33cn/chain33/compare/v1.65.4...v1.65.5) (2021-10-19)
423

524

common/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
package version
77

88
//Version chain33 version
9-
var Version = "1.65.5"
9+
var Version = "1.66.0"
1010

1111
//var version key
1212
var (

0 commit comments

Comments
 (0)