diff --git a/tough-kms/CHANGELOG.md b/tough-kms/CHANGELOG.md index 21518ef2..4796759b 100644 --- a/tough-kms/CHANGELOG.md +++ b/tough-kms/CHANGELOG.md @@ -4,6 +4,11 @@ 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.9.0] - 2024-03-15 + +### Changes +- Dependency updates + ## [0.8.0] - 2023-12-05 ### Changes @@ -128,7 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Everything! -[Unreleased]: https://github.com/awslabs/tough/compare/tough-kms-v0.8.0...develop +[Unreleased]: https://github.com/awslabs/tough/compare/tough-kms-v0.9.0...develop +[0.9.0]: https://github.com/awslabs/tough/compare/tough-kms-v0.8.0...tough-kms-v0.9.0 [0.8.0]: https://github.com/awslabs/tough/compare/tough-kms-v0.7.0...tough-kms-v0.8.0 [0.7.0]: https://github.com/awslabs/tough/compare/tough-kms-v0.6.0...tough-kms-v0.7.0 [0.6.0]: https://github.com/awslabs/tough/compare/tough-kms-v0.5.0...tough-kms-v0.6.0 diff --git a/tough-ssm/CHANGELOG.md b/tough-ssm/CHANGELOG.md index 95a9f00d..56301a8b 100644 --- a/tough-ssm/CHANGELOG.md +++ b/tough-ssm/CHANGELOG.md @@ -4,6 +4,11 @@ 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.12.0] - 2024-03-15 + +### Changes +- Dependency updates + ## [0.11.0] - 2023-12-06 ### Changes @@ -136,8 +141,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Everything! -[Unreleased]: https://github.com/awslabs/tough/compare/tough-ssm-v0.11.0...develop -[0.10.0]: https://github.com/awslabs/tough/compare/tough-ssm-v0.10.0...tough-ssm-v0.11.0 +[Unreleased]: https://github.com/awslabs/tough/compare/tough-ssm-v0.12.0...develop +[0.12.0]: https://github.com/awslabs/tough/compare/tough-ssm-v0.11.0...tough-ssm-v0.12.0 +[0.11.0]: https://github.com/awslabs/tough/compare/tough-ssm-v0.10.0...tough-ssm-v0.11.0 [0.10.0]: https://github.com/awslabs/tough/compare/tough-ssm-v0.9.0...tough-ssm-v0.10.0 [0.9.0]: https://github.com/awslabs/tough/compare/tough-ssm-v0.8.0...tough-ssm-v0.9.0 [0.8.0]: https://github.com/awslabs/tough/compare/tough-ssm-v0.7.2...tough-ssm-v0.8.0 diff --git a/tough/CHANGELOG.md b/tough/CHANGELOG.md index 68d356d1..01cd1a24 100644 --- a/tough/CHANGELOG.md +++ b/tough/CHANGELOG.md @@ -4,6 +4,15 @@ 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.17.0] - 2024-03-15 +### Fixes +- Fix a bug in ECDSA parsing (thanks @Xynnn007) [#737] + +### Changes +- Dependency updates + +[#737]: https://github.com/awslabs/tough/pull/737 + ## [0.16.0] - 2023-12-06 ### Changes - Dependency updates @@ -251,8 +260,9 @@ For changes that require modification of calling code see #120 and #121. ### Added - Everything! -[Unreleased]: https://github.com/awslabs/tough/compare/tough-v0.16.0...develop -[0.15.0]: https://github.com/awslabs/tough/compare/tough-v0.15.0...tough-v0.16.0 +[Unreleased]: https://github.com/awslabs/tough/compare/tough-v0.17.0...develop +[0.17.0]: https://github.com/awslabs/tough/compare/tough-v0.16.0...tough-v0.17.0 +[0.16.0]: https://github.com/awslabs/tough/compare/tough-v0.15.0...tough-v0.16.0 [0.15.0]: https://github.com/awslabs/tough/compare/tough-v0.14.0...tough-v0.15.0 [0.14.0]: https://github.com/awslabs/tough/compare/tough-v0.13.0...tough-v0.14.0 [0.13.0]: https://github.com/awslabs/tough/compare/tough-v0.12.5...tough-v0.13.0 diff --git a/tuftool/CHANGELOG.md b/tuftool/CHANGELOG.md index de7c6271..3a707485 100644 --- a/tuftool/CHANGELOG.md +++ b/tuftool/CHANGELOG.md @@ -4,6 +4,13 @@ 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.10.3] - 2024-03-15 +### Changes +- Update Clap v4 deprecations (thanks @kdnakt) [#750] +- Dependency updates + +[#750]: https://github.com/awslabs/tough/pull/750 + ## [0.10.2] - 2023-12-06 ### Fixes - Fix a bug in `tuftool root gen-rsa-key` [#729] @@ -231,7 +238,8 @@ Major update: much of the logic in `tuftool` has been factored out and added to ### Added - Everything! -[Unreleased]: https://github.com/awslabs/tough/compare/tuftool-v0.10.2...develop +[Unreleased]: https://github.com/awslabs/tough/compare/tuftool-v0.10.3...develop +[0.10.3]: https://github.com/awslabs/tough/compare/tuftool-v0.10.2...tuftool-v0.10.3 [0.10.2]: https://github.com/awslabs/tough/compare/tuftool-v0.10.1...tuftool-v0.10.2 [0.10.1]: https://github.com/awslabs/tough/compare/tuftool-v0.10.0...tuftool-v0.10.1 [0.10.0]: https://github.com/awslabs/tough/compare/tuftool-v0.9.0...tuftool-v0.10.0