From daae984b680c59ca1b462d2ebf966e61cca2b999 Mon Sep 17 00:00:00 2001 From: Jerry Cheung Date: Wed, 13 Jul 2016 09:19:51 -0700 Subject: [PATCH] release 0.15.0 --- History.rdoc | 4 ++++ lib/net/ldap/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.rdoc b/History.rdoc index 27444a12..dd69d07c 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,7 @@ +=== Net::LDAP 0.15.0 + +* Respect connect_timeout when establishing SSL connections {#273}[https://github.com/ruby-ldap/ruby-net-ldap/pull/273] + === Net::LDAP 0.14.0 * Normalize the encryption parameter passed to the LDAP constructor {#264}[https://github.com/ruby-ldap/ruby-net-ldap/pull/264] diff --git a/lib/net/ldap/version.rb b/lib/net/ldap/version.rb index 3aa9482a..7e80d4fd 100644 --- a/lib/net/ldap/version.rb +++ b/lib/net/ldap/version.rb @@ -1,5 +1,5 @@ module Net class LDAP - VERSION = "0.14.0" + VERSION = "0.15.0" end end