diff --git a/CHANGELOG.md b/CHANGELOG.md index 21689b1..ef0e9d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.9.5](https://github.com/x-motemen/ghq/compare/v1.9.4...v1.9.5) - 2026-03-04 +- Update zsh completion to match current commands and flags by @upft-kengotate in https://github.com/x-motemen/ghq/pull/465 + ## [v1.9.4](https://github.com/x-motemen/ghq/compare/v1.9.3...v1.9.4) - 2026-02-17 - apply go fix modernizations by @yulog in https://github.com/x-motemen/ghq/pull/450 - feat(migrate): make worktree and submodule aware by @atusy in https://github.com/x-motemen/ghq/pull/449 diff --git a/main.go b/main.go index d9f9516..531e3ec 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "github.com/x-motemen/ghq/logger" ) -const version = "1.9.4" +const version = "1.9.5" var revision = "HEAD"