diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41ea87d..f6a9e15 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f86855..0dcbe93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/maptic/mounty/compare/1.2.1...1.2.2) (2026-08-13) + + +### Bug Fixes + +* never unmount a busy share during automount ([#7](https://github.com/maptic/mounty/issues/7)) ([2f7d54c](https://github.com/maptic/mounty/commit/2f7d54c1c3ac5d0faea265422a271afe76cdee9c)) + ## [1.2.1](https://github.com/maptic/mounty/compare/1.2.0...1.2.1) (2026-08-10) diff --git a/version.txt b/version.txt index 6085e94..23aa839 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.1 +1.2.2