From 81be4d2503a27dde3749a759d04af156076dc1d9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Oct 2021 10:56:44 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/suyanlong/aligner/compare/v1.1.1...v1.1.2) (2021-10-18) ### Bug Fixes * Adjust github action ([56b5f29](https://github.com/suyanlong/aligner/commit/56b5f29d1371ec0ef0ee68bb9a158a85469e5a05)) --- CHANGELOG.md | 7 +++++++ version/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd504b7..99f1f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ changelog +## [1.1.2](https://github.com/suyanlong/aligner/compare/v1.1.1...v1.1.2) (2021-10-18) + + +### Bug Fixes + +* Adjust github action ([56b5f29](https://github.com/suyanlong/aligner/commit/56b5f29d1371ec0ef0ee68bb9a158a85469e5a05)) + ## [1.1.1](https://github.com/suyanlong/aligner/compare/v1.1.0...v1.1.1) (2021-10-18) diff --git a/version/version.go b/version/version.go index b680ceb..5234103 100644 --- a/version/version.go +++ b/version/version.go @@ -1,6 +1,6 @@ package version var ( - Version = "1.1.1" + Version = "1.1.2" BuildTime = "unknown time" )