diff --git a/CHANGELOG.md b/CHANGELOG.md index 7057f1d0..697c35f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changes -## Release 0.11.3 - Pending +## Release 0.11.3 - October 1, 2023 - Fix for import errors building without the optional `pem` feature. diff --git a/Cargo.lock b/Cargo.lock index 1c320f4d..ae5da432 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -504,7 +504,7 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.11.2" +version = "0.11.3" dependencies = [ "botan", "openssl", diff --git a/Cargo.toml b/Cargo.toml index 04877fd4..7d2119a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rcgen" -version = "0.11.2" +version = "0.11.3" description = "Rust X.509 certificate generator" repository = "https://github.com/est31/rcgen" documentation = "https://docs.rs/rcgen"