From ef7da536a790dee1a5890f080cc4e21f28670803 Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Fri, 1 Jul 2016 14:42:59 -0700 Subject: [PATCH] update change log --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5986fff..a45f6a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ This change log adheres to [keepachangelog.com](http://keepachangelog.com). * Using `ghauth@^3.2.0` (better 2FA support). Config directory is now determined by [`application-config`](https://github.com/LinusU/node-application-config) and is OS-specific. You may want to delete your old config directory (`~/.config/gh-release`). +### Fixed + +* Trap failed authentication ([#41](https://github.com/ungoldman/gh-release/pull/41)) + ## [2.0.3] - 2016-03-22 ### Changed