diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f4c0a..3a757b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.6.1](https://github.com/x-motemen/ghq/compare/v1.6.0...v1.6.1) - 2024-04-10 +- Revert "feat: enable relative path ssh URL" by @Songmu in https://github.com/x-motemen/ghq/pull/385 + ## [v1.6.0](https://github.com/x-motemen/ghq/compare/v1.5.0...v1.6.0) - 2024-04-04 - Feat: add alias for `ghq get` by @Okabe-Junya in https://github.com/x-motemen/ghq/pull/377 - Append ".git" to directory name for bare git repositories by @dochang in https://github.com/x-motemen/ghq/pull/368 diff --git a/main.go b/main.go index 7028fb2..980afd0 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "github.com/x-motemen/ghq/logger" ) -const version = "1.6.0" +const version = "1.6.1" var revision = "HEAD"