Skip to content

Commit

Permalink
Update change log, bump to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Jun 29, 2015
1 parent 17ed311 commit 43a4225
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

## 0.1.4
### Fixed
- `objectGUID` attributes are now serialized correctly. Prior, they would be
serialized into unusable strings, such as `{----------------}`.

## 0.1.3
### Added
- Support for loading CA certificates for AD off of the file system or a web
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adauth",
"version": "0.1.3",
"version": "0.1.4",
"main": "./lib/adauth.js",
"description": "Authenticate against an Active Directory domain via LDAP",
"author": "Vartan Simonian <[email protected]> (https://github.com/vsimonian)",
Expand Down

0 comments on commit 43a4225

Please sign in to comment.