summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openssl-sys/CHANGELOG.md6
-rw-r--r--openssl-sys/Cargo.toml2
-rw-r--r--openssl/Cargo.toml2
3 files changed, 8 insertions, 2 deletions
diff --git a/openssl-sys/CHANGELOG.md b/openssl-sys/CHANGELOG.md
index 4253b076..3937c1e4 100644
--- a/openssl-sys/CHANGELOG.md
+++ b/openssl-sys/CHANGELOG.md
@@ -2,6 +2,12 @@
## [Unreleased]
+## [v0.9.49] - 2019-08-15
+
+### Added
+
+* Added support for LibreSSL 3.0.0.
+
## [v0.9.48] - 2019-07-19
### Added
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
index f97015a4..6e735035 100644
--- a/openssl-sys/Cargo.toml
+++ b/openssl-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "openssl-sys"
-version = "0.9.48"
+version = "0.9.49"
authors = ["Alex Crichton <alex@alexcrichton.com>",
"Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index 0f124721..36d21007 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -25,7 +25,7 @@ foreign-types = "0.3.1"
lazy_static = "1"
libc = "0.2"
-openssl-sys = { version = "0.9.48", path = "../openssl-sys" }
+openssl-sys = { version = "0.9.49", path = "../openssl-sys" }
[dev-dependencies]
tempdir = "0.3"