diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 093be7e..9464c4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.1" + ".": "1.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1188e84..9ea1647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.2](https://github.com/twangodev/lfm-cli/compare/v1.6.1...v1.6.2) (2026-06-29) + + +### Bug Fixes + +* strip macOS quarantine flag on install to avoid Gatekeeper prompt ([15db3c1](https://github.com/twangodev/lfm-cli/commit/15db3c16b1f01dfb150488c8f7707575a2027b18)) + ## [1.6.1](https://github.com/twangodev/lfm-cli/compare/v1.6.0...v1.6.1) (2026-05-26) diff --git a/main.go b/main.go index 410761a..a1a51e7 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( ) const name = "lfm-cli" -const version = "v1.6.1" // x-release-please-version +const version = "v1.6.2" // x-release-please-version const discordAppId = "970003417277812736"