Skip to content

Commit

Permalink
Release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 7, 2018
1 parent 19ffb49 commit 29bf921
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## [v0.6.2] - 2018-11-07

### Added

* Added ALPN support. If the `h2` protocol is selected during the handshake via ALPN, the connector
will automatically indicate that to Hyper via the `Connected::negotiated_h2` method. The
`HttpsConnector::new` method configures ALPN to support both the `h2` and `http/1.1` protocols.
Code using `HttpsConnector::with_connector` will need to configure ALPN manually.

## [v0.6.1] - 2018-06-13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyper-openssl"
version = "0.6.1"
version = "0.6.2"
authors = ["Steven Fackler <[email protected]>"]
description = "Hyper TLS support via OpenSSL"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 29bf921

Please sign in to comment.