Skip to content

Commit 4f81ede

Browse files
authored
Merge pull request #276 from ruby-ldap/release-0.15.0
Release 0.15.0
2 parents dd9409b + daae984 commit 4f81ede

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

History.rdoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
=== Net::LDAP 0.14.0
26

37
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Net
22
class LDAP
3-
VERSION = "0.14.0"
3+
VERSION = "0.15.0"
44
end
55
end

0 commit comments

Comments
 (0)