From a2f1d80f7c6440f9a276a9e6039a115a3a177d55 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Mar 2023 09:13:48 +0000 Subject: [PATCH] chore(release): 1.68.1 [skip ci] ## [1.68.1](https://github.com/33cn/plugin/compare/v1.68.0...v1.68.1) (2023-03-14) ### Bug Fixes * fix rpc config for parachain ([cd9ad35](https://github.com/33cn/plugin/commit/cd9ad35)) --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- version/version.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e4aeeb0d..005b5af866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ changelog + +## [1.68.1](https://github.com/33cn/plugin/compare/v1.68.0...v1.68.1) (2023-03-14) + + +### Bug Fixes + +* fix rpc config for parachain ([cd9ad35](https://github.com/33cn/plugin/commit/cd9ad35)) + # [1.68.0](https://github.com/33cn/plugin/compare/v1.67.6...v1.68.0) (2023-02-21) diff --git a/README.md b/README.md index 6c97a4a85c..cb622bf7ca 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/6874 [![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) [![codecov](https://codecov.io/gh/33cn/plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/33cn/plugin) -# chain33 官方插件系统(v1.68.0) +# chain33 官方插件系统(v1.68.1) * chain33地址: https://github.com/33cn/chain33 * chain33官网: https://chain.33.cn diff --git a/version/version.go b/version/version.go index 4098f53be6..a7136010ad 100644 --- a/version/version.go +++ b/version/version.go @@ -7,7 +7,7 @@ import ( //var version control var ( - Version = "1.68.0" + Version = "1.68.1" GitCommit string BuildTime string // GoVersion system go version