diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 211ac9a..f1c2ec3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.1" + ".": "1.10.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fa8c0e1..4fc7cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.2](https://github.com/kunchenguid/gsh/compare/v1.10.1...v1.10.2) (2026-04-04) + + +### Bug Fixes + +* update nix self-update logic ([#207](https://github.com/kunchenguid/gsh/issues/207)) ([1b20c37](https://github.com/kunchenguid/gsh/commit/1b20c3772e463f08ec5100fbf039b269d845c9af)) + ## [1.10.1](https://github.com/kunchenguid/gsh/compare/v1.10.0...v1.10.1) (2026-04-04)