Skip to content

Commit 78e97ed

Browse files
authored
Merge pull request #284 from ruby-ldap/release-0.16.0
Release 0.16.0
2 parents 8031bf5 + 8466539 commit 78e97ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.rdoc

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
=== Net::LDAP 0.15.0
28

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

lib/net/ldap/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Net
22
class LDAP
3-
VERSION = "0.15.0"
3+
VERSION = "0.16.0"
44
end
55
end

0 commit comments

Comments
 (0)