diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a168f9..6b950402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Use `rustls-platform-verifier` to load native certs ([#82]) + ### Deprecated ### Removed diff --git a/Cargo.lock b/Cargo.lock index eae58319..58a680dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,7 +592,7 @@ dependencies = [ [[package]] name = "faktory" -version = "0.13.0" +version = "0.13.1-rc0" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0d58e742..caba4c87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "faktory" -version = "0.13.0" +version = "0.13.1-rc0" authors = ["Jon Gjengset "] edition = "2021" license = "MIT OR Apache-2.0"