Skip to content

Commit 3570f08

Browse files
authored
Merge pull request #296 from ruby-ldap/release-0.16.1
Release 0.16.1
2 parents 36815b5 + 075ae5f commit 3570f08

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.16.1
2+
3+
* Send DN and newPassword with password_modify request {#271}[https://github.com/ruby-ldap/ruby-net-ldap/pull/271]
4+
15
=== Net::LDAP 0.16.0
26

37
* Sasl fix {#281}[https://github.com/ruby-ldap/ruby-net-ldap/pull/281]

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.16.0"
3+
VERSION = "0.16.1"
44
end
55
end

0 commit comments

Comments
 (0)