We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36815b5 + 075ae5f commit 3570f08Copy full SHA for 3570f08
History.rdoc
@@ -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
5
=== Net::LDAP 0.16.0
6
7
* Sasl fix {#281}[https://github.com/ruby-ldap/ruby-net-ldap/pull/281]
lib/net/ldap/version.rb
@@ -1,5 +1,5 @@
module Net
class LDAP
- VERSION = "0.16.0"
+ VERSION = "0.16.1"
end
0 commit comments