diff --git a/History.rdoc b/History.rdoc index 024cfc9b..3fcc291b 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,7 @@ +=== Net::LDAP 0.16.1 + +* Send DN and newPassword with password_modify request {#271}[https://github.com/ruby-ldap/ruby-net-ldap/pull/271] + === Net::LDAP 0.16.0 * Sasl fix {#281}[https://github.com/ruby-ldap/ruby-net-ldap/pull/281] diff --git a/lib/net/ldap/version.rb b/lib/net/ldap/version.rb index 3f3098e5..0a57d621 100644 --- a/lib/net/ldap/version.rb +++ b/lib/net/ldap/version.rb @@ -1,5 +1,5 @@ module Net class LDAP - VERSION = "0.16.0" + VERSION = "0.16.1" end end