summaryrefslogtreecommitdiffstats
path: root/tokio-tls/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-tls/CHANGELOG.md')
-rw-r--r--tokio-tls/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/tokio-tls/CHANGELOG.md b/tokio-tls/CHANGELOG.md
index 238f85f2..60c54fc7 100644
--- a/tokio-tls/CHANGELOG.md
+++ b/tokio-tls/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.2.1 (January 6, 2019)
+
+* Implement `Clone` for `TlsConnector` and `TlsAcceptor` (#777)
+
# 0.2.0 (August 8, 2018)
* Initial release with `tokio` support.