From 50b6cbc701afd04475ef071f9f733d7b605af96b Mon Sep 17 00:00:00 2001 From: Jerry Cheung Date: Fri, 24 Feb 2017 10:54:39 -0800 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 7e80d4fd..3f3098e5 100644 --- a/lib/net/ldap/version.rb +++ b/lib/net/ldap/version.rb @@ -1,5 +1,5 @@ module Net class LDAP - VERSION = "0.15.0" + VERSION = "0.16.0" end end From 8466539b45357832af0d30042f135ad0d9fe2bbc Mon Sep 17 00:00:00 2001 From: Jerry Cheung Date: Fri, 24 Feb 2017 10:54:47 -0800 Subject: [PATCH 2/2] update history.rdoc --- History.rdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/History.rdoc b/History.rdoc index dd69d07c..024cfc9b 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,9 @@ +=== Net::LDAP 0.16.0 + +* Sasl fix {#281}[https://github.com/ruby-ldap/ruby-net-ldap/pull/281] +* enable TLS hostname validation {#279}[https://github.com/ruby-ldap/ruby-net-ldap/pull/279] +* update rubocop to 0.42.0 {#278}[https://github.com/ruby-ldap/ruby-net-ldap/pull/278] + === Net::LDAP 0.15.0 * Respect connect_timeout when establishing SSL connections {#273}[https://github.com/ruby-ldap/ruby-net-ldap/pull/273]