Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 1.1.2

* Feature: Handling Boolean Attributes

# 1.0.0

* Feature: Add support for WebSEAL/IBM ISAM.
* Breaking change: Connections to the LDAP server are no longer established
automatically (see README).
automatically (see README).
2 changes: 1 addition & 1 deletion lib/ldap/model/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module LDAP
module Model
VERSION = "1.1.1"
VERSION = "1.1.2"
end
end