Skip to content

Commit c5ff001

Browse files
chore(release): 1.68.0 [skip ci]
<a name="1.68.0"></a> # [1.68.0](v1.67.6...v1.68.0) (2023-02-21) ### Features * add consensus commiter plugin rollup(33cn/chain33#1268) ([b0aca7d](b0aca7d)), closes [33cn/chain33#1268](33cn/chain33#1268)
1 parent 8dabc1c commit c5ff001

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
changelog
22

3+
<a name="1.68.0"></a>
4+
# [1.68.0](https://github.com/33cn/plugin/compare/v1.67.6...v1.68.0) (2023-02-21)
5+
6+
7+
### Features
8+
9+
* add consensus commiter plugin rollup(33cn/chain33#1268) ([b0aca7d](https://github.com/33cn/plugin/commit/b0aca7d)), closes [33cn/chain33#1268](https://github.com/33cn/chain33/issues/1268)
10+
311
<a name="1.67.6"></a>
412
## [1.67.6](https://github.com/33cn/plugin/compare/v1.67.5...v1.67.6) (2023-01-31)
513

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/6874
66
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/33cn/plugin?svg=true&branch=master&passingText=Windows%20-%20OK&failingText=Windows%20-%20failed&pendingText=Windows%20-%20pending)](https://ci.appveyor.com/project/33cn/plugin)
77
[![codecov](https://codecov.io/gh/33cn/plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/33cn/plugin)
88

9-
# chain33 官方插件系统(v1.67.6
9+
# chain33 官方插件系统(v1.68.0
1010

1111
* chain33地址: https://github.com/33cn/chain33
1212
* chain33官网: https://chain.33.cn

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
//var version control
99
var (
10-
Version = "1.67.6"
10+
Version = "1.68.0"
1111
GitCommit string
1212
BuildTime string
1313
// GoVersion system go version

0 commit comments

Comments
 (0)