diff --git a/biscuit-auth/CHANGELOG.md b/biscuit-auth/CHANGELOG.md index 33e0fa06..8d0792e7 100644 --- a/biscuit-auth/CHANGELOG.md +++ b/biscuit-auth/CHANGELOG.md @@ -1,6 +1,12 @@ # not released -# `4.1.0` +# `4.1.1` + +- remove PKCS8 file loading functions (#208) + +# `4.1.0` (yanked) + +**This release was yanked because PKCS8 file loading functions, activated by the `pem` feature, could not compile. Those functions are removed in #208. PKCS8 parsing from buffers is still available** - fix: typo in documentation (#190) (Rémi Duraffort) - fix: include all authorizer facts and rules when using `Display` (#195) (Clément Delafargue) diff --git a/biscuit-auth/Cargo.toml b/biscuit-auth/Cargo.toml index abcf20f6..8e6b0148 100644 --- a/biscuit-auth/Cargo.toml +++ b/biscuit-auth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biscuit-auth" -version = "4.1.0" +version = "4.1.1" description = "an authorization token with decentralized verification and offline attenuation" authors = ["Geoffroy Couprie "] edition = "2018"