Skip to content

Commit

Permalink
ldapjs 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Mar 16, 2012
1 parent cb99b54 commit c595bc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# node-ldapauth Changelog

## 2.0.1 (not yet released)
## 2.1.0 (not yet released)

(nothing yet)
- Update to ldapjs 0.4 (from 0.3). Crossing fingers that this doesn't cause breakage.


## 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ldapauth",
"version": "2.0.1",
"version": "2.1.0",
"main": "./lib/ldapauth.js",
"description": "Authenticate against an LDAP server",
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
Expand All @@ -14,7 +14,7 @@
"url": "git://github.com/trentm/node-ldapauth.git"
},
"dependencies": {
"ldapjs": "0.3",
"ldapjs": "0.4",
"bcrypt": "0.5",
"lru-cache": "1.0.5"
}
Expand Down

0 comments on commit c595bc6

Please sign in to comment.