diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fbd868..8bac2db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## [v0.2.10] + +### Fixed + +* Fixed the build for iOS. + +## [v0.2.9] + +### Added + +* Added `Identity::from_pkcs8`. + ## [v0.2.8] ### Fixed @@ -105,7 +117,9 @@ Look at the [release tags] for information about older releases. -[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.8...master +[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.10...master +[v0.2.10]: https://github.com/sfackler/rust-native-tls/compare/v0.2.9...v0.2.10 +[v0.2.9]: https://github.com/sfackler/rust-native-tls/compare/v0.2.8...v0.2.9 [v0.2.8]: https://github.com/sfackler/rust-native-tls/compare/v0.2.7...v0.2.8 [v0.2.7]: https://github.com/sfackler/rust-native-tls/compare/v0.2.6...v0.2.7 [v0.2.6]: https://github.com/sfackler/rust-native-tls/compare/v0.2.5...v0.2.6 diff --git a/Cargo.toml b/Cargo.toml index 1f7c5ef2..9dcbf79d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native-tls" -version = "0.2.9" +version = "0.2.10" authors = ["Steven Fackler "] license = "MIT/Apache-2.0" description = "A wrapper over a platform's native TLS implementation"