diff --git a/CHANGELOG.md b/CHANGELOG.md index 429c73f..897c2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2022-03-07 + +- add CTAP2.1 Selection command +- add CTAP2.1 options + +We will release this and yank 0.1.0, to avoid a minor version bump. + ## [0.1.0] - 2022-03-05 - use 2021 edition diff --git a/Cargo.toml b/Cargo.toml index d4a5d0a..0023cc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "ctap-types" -version = "0.1.0" +version = "0.1.1" authors = ["Nicolas Stalder "] edition = "2021" license = "Apache-2.0 OR MIT" description = "no_std friendly types for FIDO CTAP" +homepage = "https://github.com/solokeys/ctap-types" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html