diff --git a/CHANGELOG.md b/CHANGELOG.md index fca0e84..76582b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.3.5](https://github.com/k1LoW/gh-do/compare/v0.3.4...v0.3.5) - 2023-12-19 +- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in https://github.com/k1LoW/gh-do/pull/20 + ## [v0.3.4](https://github.com/k1LoW/gh-do/compare/v0.3.3...v0.3.4) - 2023-10-11 - docs: add the installation guide with aqua by @suzuki-shunsuke in https://github.com/k1LoW/gh-do/pull/17 - Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in https://github.com/k1LoW/gh-do/pull/19 diff --git a/version/version.go b/version/version.go index dae251e..4faf220 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "gh-do" // Version for this -var Version = "0.3.4" +var Version = "0.3.5"