From 43a4225e36eade2530c370adfcfe482dfaf81dc5 Mon Sep 17 00:00:00 2001 From: Vartan Simonian Date: Sun, 28 Jun 2015 20:43:06 -0700 Subject: [PATCH] Update change log, bump to v0.1.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)",