diff --git a/CHANGELOG.md b/CHANGELOG.md index c298894..a0caae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.5.2] - 2024-12-05 + +- Fixed the display format of SNS sale tickets. + ## [0.5.1] - 2024-10-31 - Added `quill neuron-manage --set-visibility`. diff --git a/Cargo.lock b/Cargo.lock index f7f07f1..d9141f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5063,7 +5063,7 @@ checksum = "4339fc7a1021c9c1621d87f5e3505f2805c8c105420ba2f2a4df86814590c142" [[package]] name = "quill" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 0846702..356314b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quill" -version = "0.5.1" +version = "0.5.2" authors = ["DFINITY Team"] edition = "2021" rust-version = "1.75.0"