Skip to content

Commit

Permalink
Merge pull request #276 from ruby-ldap/release-0.15.0
Browse files Browse the repository at this point in the history
Release 0.15.0
  • Loading branch information
jch authored Jul 13, 2016
2 parents dd9409b + daae984 commit 4f81ede
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== Net::LDAP 0.15.0

* Respect connect_timeout when establishing SSL connections {#273}[https://github.com/ruby-ldap/ruby-net-ldap/pull/273]

=== Net::LDAP 0.14.0

* Normalize the encryption parameter passed to the LDAP constructor {#264}[https://github.com/ruby-ldap/ruby-net-ldap/pull/264]
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.14.0"
VERSION = "0.15.0"
end
end

0 comments on commit 4f81ede

Please sign in to comment.