We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd9409b + daae984 commit 4f81edeCopy full SHA for 4f81ede
History.rdoc
@@ -1,3 +1,7 @@
1
+=== Net::LDAP 0.15.0
2
+
3
+* Respect connect_timeout when establishing SSL connections {#273}[https://github.com/ruby-ldap/ruby-net-ldap/pull/273]
4
5
=== Net::LDAP 0.14.0
6
7
* Normalize the encryption parameter passed to the LDAP constructor {#264}[https://github.com/ruby-ldap/ruby-net-ldap/pull/264]
lib/net/ldap/version.rb
@@ -1,5 +1,5 @@
module Net
class LDAP
- VERSION = "0.14.0"
+ VERSION = "0.15.0"
end
0 commit comments