From 0282b95f0f07608021ed11d6422c884e2f555166 Mon Sep 17 00:00:00 2001 From: Songmu Date: Thu, 18 Aug 2022 00:27:54 +0900 Subject: [PATCH] Checking in changes prior to tagging of version v0.20.12 ## [v0.20.12](https://github.com/Songmu/godzil/compare/v0.20.11...v0.20.12) (2022-08-18) * update deps [#85](https://github.com/Songmu/godzil/pull/85) ([Songmu](https://github.com/Songmu)) * update profiles [#84](https://github.com/Songmu/godzil/pull/84) ([Songmu](https://github.com/Songmu)) --- CHANGELOG.md | 5 +++++ version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd6666..86971c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.20.12](https://github.com/Songmu/godzil/compare/v0.20.11...v0.20.12) (2022-08-18) + +* update deps [#85](https://github.com/Songmu/godzil/pull/85) ([Songmu](https://github.com/Songmu)) +* update profiles [#84](https://github.com/Songmu/godzil/pull/84) ([Songmu](https://github.com/Songmu)) + ## [v0.20.11](https://github.com/Songmu/godzil/compare/v0.20.10...v0.20.11) (2022-06-25) * update deps [#83](https://github.com/Songmu/godzil/pull/83) ([Songmu](https://github.com/Songmu)) diff --git a/version.go b/version.go index 6d3fc8a..e3227cd 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package godzil -const version = "0.20.11" +const version = "0.20.12" var revision = "HEAD"