From eb6e48ad7b92254ae133e8a2175654668bf44f0e Mon Sep 17 00:00:00 2001 From: Matt Todd Date: Mon, 30 Oct 2017 21:54:50 -0400 Subject: [PATCH 1/2] Bump version --- lib/net/ldap/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 075ae5f086689059c91592ef7338a7cb5e4b5794 Mon Sep 17 00:00:00 2001 From: Matt Todd Date: Mon, 30 Oct 2017 21:56:51 -0400 Subject: [PATCH 2/2] Update changelog --- History.rdoc | 4 ++++ 1 file changed, 4 insertions(+) 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]