1 parent a870bcc commit 4d8070eCopy full SHA for 4d8070e
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
changelog
2
3
+<a name="1.68.0"></a>
4
+# [1.68.0](https://github.com/33cn/chain33/compare/v1.67.5...v1.68.0) (2023-02-17)
5
+
6
7
+### Features
8
9
+* add state committer interface in consensus module(#1268) ([8d907b2](https://github.com/33cn/chain33/commit/8d907b2)), closes [#1268](https://github.com/33cn/chain33/issues/1268)
10
11
<a name="1.67.5"></a>
12
## [1.67.5](https://github.com/33cn/chain33/compare/v1.67.4...v1.67.5) (2022-12-15)
13
common/version/version.go
@@ -6,7 +6,7 @@
package version
//Version chain33 version
-var Version = "1.67.5"
+var Version = "1.68.0"
//var version key
var (
0 commit comments