Skip to content

Commit 89ce5be

Browse files
chore(release): 1.66.3 [skip ci]
<a name="1.66.3"></a> ## [1.66.3](v1.66.2...v1.66.3) (2022-01-14) ### Bug Fixes * fix list table primary key(#1203) ([b82008a](b82008a)), closes [#1203](#1203) ## [1.66.3](v1.66.2...v1.66.3) (2022-01-14)
1 parent 759903f commit 89ce5be

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
<a name="1.66.3"></a>
4+
## [1.66.3](https://github.com/33cn/chain33/compare/v1.66.2...v1.66.3) (2022-01-14)
5+
6+
7+
### Bug Fixes
8+
9+
* fix list table primary key(#1203) ([b82008a](https://github.com/33cn/chain33/commit/b82008a)), closes [#1203](https://github.com/33cn/chain33/issues/1203)
10+
11+
12+
13+
14+
15+
## [1.66.3](https://github.com/33cn/chain33/compare/v1.66.2...v1.66.3) (2022-01-14)
16+
317
<a name="1.66.2"></a>
418
## [1.66.2](https://github.com/33cn/chain33/compare/v1.66.1...v1.66.2) (2022-01-10)
519

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.66.2"
9+
var Version = "1.66.3"
1010

1111
//var version key
1212
var (

0 commit comments

Comments
 (0)