Skip to content

Commit

Permalink
Merge pull request #284 from ruby-ldap/release-0.16.0
Browse files Browse the repository at this point in the history
Release 0.16.0
  • Loading branch information
jch authored Feb 24, 2017
2 parents 8031bf5 + 8466539 commit 78e97ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=== Net::LDAP 0.16.0

* Sasl fix {#281}[https://github.com/ruby-ldap/ruby-net-ldap/pull/281]
* enable TLS hostname validation {#279}[https://github.com/ruby-ldap/ruby-net-ldap/pull/279]
* update rubocop to 0.42.0 {#278}[https://github.com/ruby-ldap/ruby-net-ldap/pull/278]

=== Net::LDAP 0.15.0

* Respect connect_timeout when establishing SSL connections {#273}[https://github.com/ruby-ldap/ruby-net-ldap/pull/273]
Expand Down
2 changes: 1 addition & 1 deletion lib/net/ldap/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Net
class LDAP
VERSION = "0.15.0"
VERSION = "0.16.0"
end
end

0 comments on commit 78e97ed

Please sign in to comment.