From 59378248e900abc9244ceae2becacb9b2f0530fb Mon Sep 17 00:00:00 2001 From: Jerry Cheung Date: Wed, 11 Nov 2015 09:16:00 -0800 Subject: [PATCH] release 0.12.1 --- History.rdoc | 5 +++++ lib/net/ldap/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.rdoc b/History.rdoc index 1e0270a8..dbf7ee63 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,8 @@ +=== Net::LDAP 0.12.1 + +* Whitespace formatting cleanup {#236}[https://github.com/ruby-ldap/ruby-net-ldap/pull/236] +* Set operation result if LDAP server is not accessible {#232}[https://github.com/ruby-ldap/ruby-net-ldap/pull/232] + === Net::LDAP 0.12.0 * DRY up connection handling logic {#224}[https://github.com/ruby-ldap/ruby-net-ldap/pull/224] diff --git a/lib/net/ldap/version.rb b/lib/net/ldap/version.rb index 219b4156..cbe858ab 100644 --- a/lib/net/ldap/version.rb +++ b/lib/net/ldap/version.rb @@ -1,5 +1,5 @@ module Net class LDAP - VERSION = "0.12.0" + VERSION = "0.12.1" end end