diff options
| author | Steven Fackler <[email protected]> | 2018-01-10 22:09:51 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2018-01-10 22:09:51 -0800 |
| commit | 693ef3178f095801376032a1a90c9733c12a1af7 (patch) | |
| tree | e8f27cc3f51e9267d61c7a221e472f2822f5701e | |
| parent | Release openssl 0.10.0 (diff) | |
| download | rust-openssl-693ef3178f095801376032a1a90c9733c12a1af7.tar.xz rust-openssl-693ef3178f095801376032a1a90c9733c12a1af7.zip | |
Bump release notes
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e82e26..947c8851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [v0.10.0] - 2018-01-10 + ### Compatibility * openssl 0.10 still uses openssl-sys 0.9, so openssl 0.9 and 0.10 can coexist without issue. @@ -63,5 +65,6 @@ Look at the [release tags] for information about older releases. -[Unreleased]: https://github.com/sfackler/rust-openssl/compare/v0.9.23...master +[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.0...master +[v0.10.0]: https://github.com/sfackler/rust-openssl/compare/v0.9.23...openssl-v0.10.0 [release tags]: https://github.com/sfackler/rust-openssl/releases
\ No newline at end of file |