diff --git a/CHANGELOG.md b/CHANGELOG.md index c780845..45437c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.19.1](https://github.com/k1LoW/gostyle/compare/v0.19.0...v0.19.1) - 2024-04-08 +### Other Changes +- chore(deps): bump golang.org/x/tools from 0.19.0 to 0.20.0 in the dependencies group by @dependabot in https://github.com/k1LoW/gostyle/pull/99 + ## [v0.19.0](https://github.com/k1LoW/gostyle/compare/v0.18.4...v0.19.0) - 2024-04-02 ### Other Changes - Update go and pkgs by @k1LoW in https://github.com/k1LoW/gostyle/pull/96 diff --git a/version/version.go b/version/version.go index f158957..7d205d1 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "gostyle" -var Version = "0.19.0" //nostyle:repetition +var Version = "0.19.1" //nostyle:repetition