Skip to content

Commit

Permalink
Merge pull request #349 from bfirsh/ship-0.5.1
Browse files Browse the repository at this point in the history
Ship 0.5.1
  • Loading branch information
Sam Alba committed Oct 14, 2014
2 parents ff1f11b + 04db8e5 commit a22ee2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
ChangeLog
=========

0.5.1
-----

* Added a `assert_hostname` option to `TLSConfig` which can be used to
disable verification of hostnames.
* Fixed SSL not working due to an incorrect version comparison
* Fixed streams not working on Windows

0.5.0
-----

Expand Down
2 changes: 1 addition & 1 deletion docker/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.5.1-dev"
version = "0.5.1"

0 comments on commit a22ee2a

Please sign in to comment.