Skip to content

Commit e861c7c

Browse files
committed
Release v0.2.13
1 parent 55aff8e commit e861c7c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v0.2.12]
6+
7+
### Fixed
8+
9+
* Stopped using a deprecated openssl-probe API.
10+
511
## [v0.2.11]
612

713
### Fixed

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.12"
3+
version = "0.2.13"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "A wrapper over a platform's native TLS implementation"

0 commit comments

Comments
 (0)