Skip to content

Commit 6263163

Browse files
committed
Release v0.2.2
1 parent 55a905e commit 6263163

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased]
44

5+
## [v0.2.2]
6+
7+
### Fixed
8+
9+
* Failure to load a root certificate on Android now logs a message rather than producing an error.
10+
* Fixed ordering of the certificate chain in the OpenSSL backend.
11+
512
## [v0.2.1]
613

714
### Added
@@ -48,7 +55,8 @@
4855

4956
Look at the [release tags] for information about older releases.
5057

51-
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.1...master
58+
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.2...master
59+
[v0.2.2]: https://github.com/sfackler/rust-native-tls/compare/v0.2.1...v0.2.2
5260
[v0.2.1]: https://github.com/sfackler/rust-native-tls/compare/v0.2.0...v0.2.1
5361
[v0.2.0]: https://github.com/sfackler/rust-native-tls/compare/v0.1.5...v0.2.0
5462
[release tags]: https://github.com/sfackler/rust-native-tls/releases

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "native-tls"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "A wrapper over a platform's native TLS implementation"

0 commit comments

Comments
 (0)