Skip to content

Commit 2b5a832

Browse files
committed
Update README
1 parent e10cf16 commit 2b5a832

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.0.16]
6+
This release adds the following:
7+
- A lazy-seq returned by `search-all-results` using SimplePagedResults control. Thanks to @jindrichmynarz.
8+
59
## [0.0.15]
610
This release adds the following:
711
- A fix of StartTLS support.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
clj-ldap is a thin layer on the [unboundid sdk](http://www.unboundid.com/products/ldap-sdk/) and allows clojure programs to talk to ldap servers. This library is available on [clojars.org](http://clojars.org/search?q=clj-ldap)
55
```clojure
6-
:dependencies [[org.clojars.pntblnk/clj-ldap "0.0.15"]]
6+
:dependencies [[org.clojars.pntblnk/clj-ldap "0.0.16"]]
77
```
88
# Example
99

0 commit comments

Comments
 (0)