From d4267998797745bf161dca035f2b12557a01299c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vesa=20Poikaj=C3=A4rvi?= Date: Tue, 13 Jun 2017 20:35:14 +0300 Subject: [PATCH] Changelog --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a788adb..238ac0d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ ## Changes +* v2.0.0 + * `ldapauth-fork` major version update now uses Bunyan logger + * Added TypeScript type definitions * v1.0.0 * `ldapauth-fork` is now an event emitter. Emitted errors will cause authentication error. * [#38](https://github.com/vesse/passport-ldapauth/pull/38) Added option to handle erros as failures with `handleErrorsAsFailures`. Additionally a *synchronous* `failureErrorCallback` function that receives the error as argument can be provided.