From 0cc09ea5551d959a753a2275bef6a777a085908f Mon Sep 17 00:00:00 2001 From: "Tony Arcieri (iqlusion)" Date: Thu, 18 Jan 2024 17:47:26 +0000 Subject: [PATCH] v0.13.1 (#845) --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 615b9a3f..4d10aa98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.13.1 (2024-01-18) +### Added +- `CanonicalVoteExtension` signature support ([#837]) + +[#837]: https://github.com/iqlusioninc/tmkms/pull/837 + ## 0.13.0 (2023-10-23) ### Added - Support for secp256k1 consensus keys ([#644], [#790]) diff --git a/Cargo.toml b/Cargo.toml index 37327516..7c3633a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ Tendermint Key Management System: provides isolated, optionally HSM-backed signing key management for Tendermint applications including validators, oracles, IBC relayers, and other transaction signing applications """ -version = "0.13.0" +version = "0.13.1" authors = ["Tony Arcieri ", "Ismail Khoffi "] license = "Apache-2.0" repository = "https://github.com/iqlusioninc/tmkms/"