diff --git a/CHANGELOG.md b/CHANGELOG.md index a7dfa5c..66f18b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v0.17.0](https://github.com/tcnksm/ghr/compare/v0.16.2...v0.17.0) - 2024-10-14 +- Add -latest flag to specify latest release or not by @danudey in https://github.com/tcnksm/ghr/pull/152 +- Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @dependabot in https://github.com/tcnksm/ghr/pull/158 +- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in https://github.com/tcnksm/ghr/pull/160 +- Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in https://github.com/tcnksm/ghr/pull/161 +- update deps and go version by @Songmu in https://github.com/tcnksm/ghr/pull/162 + ## [v0.16.2](https://github.com/tcnksm/ghr/compare/v0.16.1...v0.16.2) - 2023-10-16 - disable cgo. fixes #154. by @shogo82148 in https://github.com/tcnksm/ghr/pull/155 diff --git a/version.go b/version.go index 68c76d4..3a7f18d 100644 --- a/version.go +++ b/version.go @@ -12,7 +12,7 @@ import ( const Name = "ghr" // Version is application version -const Version string = "0.16.2" +const Version string = "0.17.0" // GitCommit describes latest commit hash. // This is automatically extracted by git describe --always.