diff --git a/CHANGES.md b/CHANGES.md index 9b748c2..2f8a2f2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,11 @@ -## Unreleased +# Unreleased +## 0.3.4 (2026-03-24) - `passage init` does not overwrite previous config unless `--force` is passed. - Newline can be used to terminate user name input. - Add `overlap` command to find recipients with the most secret overlap, to help coordinate key refreshes. - `passage refresh` now warns when secrets are skipped due to lack of access. -- Fix bug where in-line comments in .pub, .keys and .group files were not ignored ([#20](https://github.com/ahrefs/passage/pull/20)) +- Fix bug where in-line comments in .pub, .keys and .group files were not ignored ([#20](https://github.com/ahrefs/passage/pull/20)). ## 0.3.3 (2026-02-13) - Update os availability in opam. Make passage available in macos again diff --git a/dune-project b/dune-project index 5e12828..ca73bf9 100644 --- a/dune-project +++ b/dune-project @@ -8,7 +8,7 @@ (license "MIT") -(version "0.3.3") +(version "0.3.4") (source (github ahrefs/passage)) diff --git a/passage.opam b/passage.opam index 5f54c41..7cf9b2c 100644 --- a/passage.opam +++ b/passage.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.3.3" +version: "0.3.4" synopsis: "Passage - used to store and manage access to shared secrets" description: "Passage - used to store and manage access to shared secrets" maintainer: ["Ahrefs Pte Ltd "]