Skip to content

Commit

Permalink
Merge pull request #174 from ruby-ldap/release-0.10.1
Browse files Browse the repository at this point in the history
Release 0.10.1
  • Loading branch information
mtodd committed Dec 16, 2014
2 parents 158d81d + a2c9bd2 commit 72300ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== Net::LDAP 0.10.1
* Bug fixes:
* Fix Integer BER encoding of signed values

=== Net::LDAP 0.10.0
* Major enhancements:
* Accept SimpleTLS/StartTLS encryption options (compatible with `OpenSSL::SSL::SSLContext#set_params`)
Expand Down
2 changes: 1 addition & 1 deletion lib/net/ldap/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Net
class LDAP
VERSION = "0.10.0"
VERSION = "0.10.1"
end
end

0 comments on commit 72300ec

Please sign in to comment.