Skip to content

Commit

Permalink
chore(release): 1.66.3 [skip ci]
Browse files Browse the repository at this point in the history
<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)
  • Loading branch information
semantic-release-bot committed Jan 14, 2022
1 parent 759903f commit 89ce5be
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
changelog

<a name="1.66.3"></a>
## [1.66.3](https://github.com/33cn/chain33/compare/v1.66.2...v1.66.3) (2022-01-14)


### Bug Fixes

* fix list table primary key(#1203) ([b82008a](https://github.com/33cn/chain33/commit/b82008a)), closes [#1203](https://github.com/33cn/chain33/issues/1203)





## [1.66.3](https://github.com/33cn/chain33/compare/v1.66.2...v1.66.3) (2022-01-14)

<a name="1.66.2"></a>
## [1.66.2](https://github.com/33cn/chain33/compare/v1.66.1...v1.66.2) (2022-01-10)

Expand Down
2 changes: 1 addition & 1 deletion common/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package version

//Version chain33 version
var Version = "1.66.2"
var Version = "1.66.3"

//var version key
var (
Expand Down

0 comments on commit 89ce5be

Please sign in to comment.