diff --git a/CHANGELOG.md b/CHANGELOG.md index d44d0ad..44de8b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.9.2](https://github.com/x-motemen/ghq/compare/v1.9.1...v1.9.2) - 2026-02-13 +- Go 1.26 by @Songmu in https://github.com/x-motemen/ghq/pull/443 + ## [v1.9.1](https://github.com/x-motemen/ghq/compare/v1.9.0...v1.9.1) - 2026-02-13 - Go 1.26 by @Songmu in https://github.com/x-motemen/ghq/pull/439 - migrate: Add multi-VCS remote URL support by @Copilot in https://github.com/x-motemen/ghq/pull/442 diff --git a/main.go b/main.go index 780c1c1..2933249 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "github.com/x-motemen/ghq/logger" ) -const version = "1.9.1" +const version = "1.9.2" var revision = "HEAD"