From bb0a99d6c196113f3d8f422f1fe350a7f9fb62d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 08:11:35 +0000 Subject: [PATCH] chore(main): release 0.8.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f48977b..32eab6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/square/luks2crypt/compare/v0.8.0...v0.8.1) (2026-07-28) + + +### Bug Fixes + +* **ci:** disable setup-go cache for tags ([#209](https://github.com/square/luks2crypt/issues/209)) ([5edf164](https://github.com/square/luks2crypt/commit/5edf164ff47432799a0e9b1c7a985bdb6066e9af)), closes [#6](https://github.com/square/luks2crypt/issues/6) + ## [0.8.0](https://github.com/square/luks2crypt/compare/v0.7.0...v0.8.0) (2026-02-24)