diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f400f..d54d5d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [1.2.1] - 2024-02-13 + ## CI Fixing ci @@ -72,7 +75,8 @@ Add readme Initial release -[Unreleased]: https://github.com/Qwitqwit/qwit-cli/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/Qwitqwit/qwit-cli/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/Qwitqwit/qwit-cli/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/Qwitqwit/qwit-cli/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/Qwitqwit/qwit-cli/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/Qwitqwit/qwit-cli/compare/v0.2.0...v1.0.0 diff --git a/Cargo.toml b/Cargo.toml index 9ade6dd..de5531a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qwit" -version = "1.2.0" +version = "1.2.1" edition = "2021" license-file = "LICENSE" repository = "https://github.com/Qwitqwit/qwit-cli"