Skip to content

Commit

Permalink
chore(release): 1.67.0 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.67.0"></a>
# [1.67.0](v1.66.5...v1.67.0) (2022-03-21)

### Features

* add multiple address format support(#1181) ([659f342](659f342)), closes [#1181](#1181)
  • Loading branch information
semantic-release-bot committed Mar 21, 2022
1 parent 659f342 commit f22a380
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
changelog

<a name="1.67.0"></a>
# [1.67.0](https://github.com/33cn/chain33/compare/v1.66.5...v1.67.0) (2022-03-21)


### Features

* add multiple address format support(#1181) ([659f342](https://github.com/33cn/chain33/commit/659f342)), closes [#1181](https://github.com/33cn/chain33/issues/1181)

<a name="1.66.5"></a>
## [1.66.5](https://github.com/33cn/chain33/compare/v1.66.4...v1.66.5) (2022-02-18)

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.67"
var Version = "1.67.0"

//var version key
var (
Expand Down

0 comments on commit f22a380

Please sign in to comment.