From a8867cdaffe1c00d4784e55f4d32f5f561ca8645 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:30:37 +0000 Subject: [PATCH] chore(main): release 1.6.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ main.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"