Skip to content

Commit

Permalink
Prepare release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed Mar 29, 2023
1 parent 08a8962 commit 89647a2
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.18.0
* Fix escaping of # and space in attrs #408
* Add support to use SNI #406

=== Net::LDAP 0.17.1
* Fixed shebang of bash #385
* Omit some tests for now until we update our CA cert #386
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.17.1"
VERSION = "0.18.0"
end
end

0 comments on commit 89647a2

Please sign in to comment.