Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

tmkms v0.5.0 #222

Merged
merged 1 commit into from
Mar 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.5.0] (2019-03-13)

- [`tendermint` crate v0.5.0](https://crates.io/crates/tendermint/0.5.0) ([#220])
- Optional peer ID verification ([#219])
- Bump subtle-encoding dependency to v0.3.3 ([#217])
- Allow setting config path via `TMKMS_CONFIG_FILE` env var ([#215])
- yubihsm: Add back HTTP connector support ([#208])
- Initial Tendermint `[chain]` registry in tmkms.toml ([#205])
- Disable 'softsign' backend by default ([#203])
- State tracking for double sign protection ([#193], thanks [@zmanian]!)

## [0.4.0] (2019-03-05)

- [`tendermint` crate v0.3.0](https://crates.io/crates/tendermint/0.3.0) ([#200])
Expand Down Expand Up @@ -46,6 +57,16 @@

- Initial "preview" release

[0.5.0]: https://github.com/tendermint/kms/pull/222
[#220]: https://github.com/tendermint/kms/pull/220
[#219]: https://github.com/tendermint/kms/pull/219
[#217]: https://github.com/tendermint/kms/pull/217
[#215]: https://github.com/tendermint/kms/pull/215
[#208]: https://github.com/tendermint/kms/pull/208
[#205]: https://github.com/tendermint/kms/pull/205
[#203]: https://github.com/tendermint/kms/pull/223
[#193]: https://github.com/tendermint/kms/pull/193
[@zmanian]: https://github.com/zmanian
[0.4.0]: https://github.com/tendermint/kms/pull/201
[#200]: https://github.com/tendermint/kms/pull/200
[#197]: https://github.com/tendermint/kms/pull/197
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tmkms"
description = "Tendermint Key Management System"
version = "0.5.0-alpha2"
version = "0.5.0"
authors = ["Tony Arcieri <tony@iqlusion.io>", "Ismail Khoffi <Ismail.Khoffi@gmail.com>"]
license = "Apache-2.0"
homepage = "https://github.com/tendermint/kms/"
Expand Down