From 496fec4e7370a58d132a66b125483871193e69b5 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 22 Oct 2024 14:25:07 +0200 Subject: [PATCH] Release v0.3.2 --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c26eb45..af899e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,13 @@ 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.3.1...HEAD +[Unreleased]: https://github.com/trussed-dev/ctap-types/compare/0.3.2...HEAD + +- + +## [0.3.2] 2024-10-24 + +[0.3.2]: https://github.com/trussed-dev/ctap-types/compare/0.3.1...0.3.2 ### Changed diff --git a/Cargo.toml b/Cargo.toml index f89c844..e3a43cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctap-types" -version = "0.3.1" +version = "0.3.2" authors = ["Nicolas Stalder ", "The Trussed developers"] edition = "2021" license = "Apache-2.0 OR MIT"