Skip to content

Commit

Permalink
v0.13.1 (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion authored Jan 18, 2024
1 parent 11daa99 commit 0cc09ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tony@iqlusion.io>", "Ismail Khoffi <Ismail.Khoffi@gmail.com>"]
license = "Apache-2.0"
repository = "https://github.com/iqlusioninc/tmkms/"
Expand Down

0 comments on commit 0cc09ea

Please sign in to comment.