summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Hoffman-Andrews <github@hoffman-andrews.com>2021-04-29 17:23:16 -0700
committerGitHub <noreply@github.com>2021-04-29 17:23:16 -0700
commitc74997fdaea6ead41761d3e96e96964f986691f5 (patch)
treee8a0a8f7d9022e3dbccce851384218b3e446789f
parent268a7e5d9efd96bb851950e946b0626eb5426113 (diff)
Prep for release of 0.5.0. (#89)v0.5.0
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.toml2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 42c240c..5026822 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@
- (empty)
+## 0.4.0 - 2021-04-29
+
+### Added
+
+ - ALPN support for clients (#84)
+ - Enumeration of ciphersuites (#79)
+
## 0.4.0 - 2021-03-18
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 7d22e8f..31c6dec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "crustls"
-version = "0.3.0"
+version = "0.5.0"
authors = ["Jacob Hoffman-Andrews <github@hoffman-andrews.com>"]
description = "C-to-rustls bindings"
edition = "2018"