We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8031bf5 + 8466539 commit 78e97edCopy full SHA for 78e97ed
History.rdoc
@@ -1,3 +1,9 @@
1
+=== Net::LDAP 0.16.0
2
+
3
+* Sasl fix {#281}[https://github.com/ruby-ldap/ruby-net-ldap/pull/281]
4
+* enable TLS hostname validation {#279}[https://github.com/ruby-ldap/ruby-net-ldap/pull/279]
5
+* update rubocop to 0.42.0 {#278}[https://github.com/ruby-ldap/ruby-net-ldap/pull/278]
6
7
=== Net::LDAP 0.15.0
8
9
* Respect connect_timeout when establishing SSL connections {#273}[https://github.com/ruby-ldap/ruby-net-ldap/pull/273]
lib/net/ldap/version.rb
@@ -1,5 +1,5 @@
module Net
class LDAP
- VERSION = "0.15.0"
+ VERSION = "0.16.0"
end
0 commit comments