diff --git a/CHANGELOG.md b/CHANGELOG.md index d94fcc0..74ab040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.7.1](https://github.com/x-motemen/ghq/compare/v1.7.0...v1.7.1) - 2024-11-09 +- refine git vcs backend detection by @Songmu in https://github.com/x-motemen/ghq/pull/409 + ## [v1.7.0](https://github.com/x-motemen/ghq/compare/v1.6.3...v1.7.0) - 2024-11-09 - fix integration_test by @Songmu in https://github.com/x-motemen/ghq/pull/403 - add ChiselRepository by @Songmu in https://github.com/x-motemen/ghq/pull/405 diff --git a/main.go b/main.go index 9494f04..4fa9301 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "github.com/x-motemen/ghq/logger" ) -const version = "1.7.0" +const version = "1.7.1" var revision = "HEAD"