diff --git a/CHANGELOG.md b/CHANGELOG.md index 0235de6d..387a38de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.56.5](https://github.com/k1LoW/tbls/compare/v1.56.4...v1.56.5) - 2022-10-26 +- Fix docker image build pipeline by @k1LoW in https://github.com/k1LoW/tbls/pull/375 +- `tbls lint` line breaks were missing, so added by @k1LoW in https://github.com/k1LoW/tbls/pull/377 + ## [v1.56.4](https://github.com/k1LoW/tbls/compare/v1.56.3...v1.56.4) - 2022-10-25 - Use tagpr by @k1LoW in https://github.com/k1LoW/tbls/pull/373 diff --git a/version/version.go b/version/version.go index c38d654a..196c68df 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "tbls" // Version for this -var Version = "1.56.4" +var Version = "1.56.5"