Skip to content

Commit

Permalink
Prepare 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed Jan 3, 2024
1 parent 95cec38 commit a40d203
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=== Net::LDAP 0.19.0
* Net::LDAP::DN - Retain trailing spaces in RDN values in DNs #412
* Add in ability for users to specify LDAP controls when conducting searches #411
* Document connect_timeout in Constructor Details #415
* Fix openssl error when using multiple hosts #417

=== Net::LDAP 0.18.0
* Fix escaping of # and space in attrs #408
* Add support to use SNI #406
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.18.0"
VERSION = "0.19.0"
end
end

0 comments on commit a40d203

Please sign in to comment.