diff --git a/CHANGELOG.md b/CHANGELOG.md index faa1d15..84a3aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -[Unreleased]: https://github.com/trussed-dev/ctap-types/compare/0.2.0...HEAD +[Unreleased]: https://github.com/trussed-dev/ctap-types/compare/0.3.0...HEAD + +## [0.3.0] 2024-08-01 + +[0.3.0]: https://github.com/trussed-dev/ctap-types/compare/0.2.0...0.3.0 ### Breaking Changes diff --git a/Cargo.toml b/Cargo.toml index 06432c4..e2d70c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctap-types" -version = "0.2.0" +version = "0.3.0" authors = ["Nicolas Stalder ", "The Trussed developers"] edition = "2021" license = "Apache-2.0 OR MIT"