From aa0638cdb2fc3907db706464911d0a96a0c9340f Mon Sep 17 00:00:00 2001 From: Jerry Cheung Date: Wed, 6 Jan 2016 15:14:06 -0800 Subject: [PATCH] release 0.13.0 --- History.rdoc | 10 ++++++++++ lib/net/ldap/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/History.rdoc b/History.rdoc index dbf7ee63..f6dbbc61 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,13 @@ +=== Net::LDAP 0.13.0 + +* Set a connect_timeout for the creation of a socket {#243}[https://github.com/ruby-ldap/ruby-net-ldap/pull/243] +* Update bundler before installing gems with bundler {#245}[https://github.com/ruby-ldap/ruby-net-ldap/pull/245] +* Net::LDAP#encryption accepts string {#239}[https://github.com/ruby-ldap/ruby-net-ldap/pull/239] +* Adds correct UTF-8 encoding to Net::BER::BerIdentifiedString {#242}[https://github.com/ruby-ldap/ruby-net-ldap/pull/242] +* Remove 2.3.0-preview since ruby-head already is included {#241}[https://github.com/ruby-ldap/ruby-net-ldap/pull/241] +* Drop support for ruby 1.9.3 {#240}[https://github.com/ruby-ldap/ruby-net-ldap/pull/240] +* Fixed capitalization of StartTLSError {#234}[https://github.com/ruby-ldap/ruby-net-ldap/pull/234] + === Net::LDAP 0.12.1 * Whitespace formatting cleanup {#236}[https://github.com/ruby-ldap/ruby-net-ldap/pull/236] diff --git a/lib/net/ldap/version.rb b/lib/net/ldap/version.rb index cbe858ab..259355b2 100644 --- a/lib/net/ldap/version.rb +++ b/lib/net/ldap/version.rb @@ -1,5 +1,5 @@ module Net class LDAP - VERSION = "0.12.1" + VERSION = "0.13.0" end end