From 998c63c808ad0ccc06aa9c3c6eb53570211e2a4a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Jan 2023 06:46:14 +0000 Subject: [PATCH] chore(release): 1.67.6 [skip ci] ## [1.67.6](https://github.com/33cn/plugin/compare/v1.67.5...v1.67.6) (2023-01-31) ### Bug Fixes * add return for get evm tx recevier ([533f35a](https://github.com/33cn/plugin/commit/533f35a)) --- 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 a11ac9da09..808c93257d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ changelog + +## [1.67.6](https://github.com/33cn/plugin/compare/v1.67.5...v1.67.6) (2023-01-31) + + +### Bug Fixes + +* add return for get evm tx recevier ([533f35a](https://github.com/33cn/plugin/commit/533f35a)) + ## [1.67.5](https://github.com/33cn/plugin/compare/v1.67.4...v1.67.5) (2023-01-16) diff --git a/README.md b/README.md index 83a6fc8aba..828d05696b 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.67.5) +# chain33 官方插件系统(v1.67.6) * chain33地址: https://github.com/33cn/chain33 * chain33官网: https://chain.33.cn diff --git a/version/version.go b/version/version.go index 436d385f83..9d2d55acf0 100644 --- a/version/version.go +++ b/version/version.go @@ -7,7 +7,7 @@ import ( //var version control var ( - Version = "1.67.5" + Version = "1.67.6" GitCommit string BuildTime string // GoVersion system go version