From fcf84c797e9af93053731a7b6dcc1d1efa04191d Mon Sep 17 00:00:00 2001 From: Jason <98767015+dfx-json@users.noreply.github.com> Date: Tue, 20 Dec 2022 09:34:20 -0800 Subject: [PATCH] chore: release 0.3.1 (#144) * chore: bump version and update CHANGELOG * chore: update cargo.lock --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14feb285..3d3e837d 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.3.1] - 2022-12-20 + +### Changed - Added auto-staking maturity. (#141) - Removed the ability to merge maturity, replaced with staking maturity. (#140) - Removed range voting. (#139) diff --git a/Cargo.lock b/Cargo.lock index 215d76bc..5fa4439c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3336,7 +3336,7 @@ dependencies = [ [[package]] name = "quill" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index 42c2da15..f8048e27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quill" -version = "0.3.0" +version = "0.3.1" authors = ["DFINITY Team"] edition = "2018"