diff --git a/CHANGELOG.md b/CHANGELOG.md index 1931054..2ae07ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [1.2.0] - 2023-10-21 + ### Added - The passphrase/notes field below the QR code is now configurable @@ -99,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Prevent accidental overwrites of the output file -[Unreleased]: https://github.com/matiaskorhonen/paper-age/compare/v1.1.4...HEAD +[Unreleased]: https://github.com/matiaskorhonen/paper-age/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/matiaskorhonen/paper-age/compare/v1.1.4...v1.2.0 [1.1.4]: https://github.com/matiaskorhonen/paper-age/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/matiaskorhonen/paper-age/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/matiaskorhonen/paper-age/compare/v1.1.1...v1.1.2 diff --git a/Cargo.lock b/Cargo.lock index f3ef325..5932899 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1295,7 +1295,7 @@ dependencies = [ [[package]] name = "paper-age" -version = "1.1.4" +version = "1.2.0" dependencies = [ "age", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 31c8636..6083075 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "paper-age" description = "Easy and secure paper backups of secrets" -version = "1.1.4" +version = "1.2.0" edition = "2021" repository = "https://github.com/matiaskorhonen/paper-age" authors = ["Matias Korhonen "] diff --git a/README.md b/README.md index eddf741..5f40271 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ Download the latest release from the [Releases](https://github.com/matiaskorhone ```sh # Download the latest release (pick your OS) # macOS (Intel or Apple Silicon): -curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.1.4/paper-age-universal-apple-darwin.tar.gz +curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.2.0/paper-age-universal-apple-darwin.tar.gz # Linux (x86-64): -curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.1.4/paper-age-x86_64-unknown-linux-gnu.tar.gz +curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.2.0/paper-age-x86_64-unknown-linux-gnu.tar.gz # Linux (ARM): -curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.1.4/paper-age-aarch64-unknown-linux-gnu.tar.gz +curl -Lo paper-age.tar.gz https://github.com/matiaskorhonen/paper-age/releases/download/v1.2.0/paper-age-aarch64-unknown-linux-gnu.tar.gz # Extract the files tar -xf paper-age.tar.gz