diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d57c60..057f927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 2eb5a51..01c8c30 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/vsimonian)",