From fb334c7cc28c1b36febfdf6e26c841a948016b3f Mon Sep 17 00:00:00 2001 From: Jonathan Steele Date: Fri, 22 Jan 2016 15:00:15 +0000 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b8ec65a..1f6f10ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 3.2.0 + +* [#73](https://github.com/Blooie/ember-cli-notifications/pull/73) [ENHANCEMENT] Added ability to provide a click handler to the notification. +* [#75](https://github.com/Blooie/ember-cli-notifications/pull/75) [ENHANCEMENT] Updating ember-cli to 1.13.15. + ### 3.1.1 * [#71](https://github.com/Blooie/ember-cli-notifications/pull/71) [ENHANCEMENT] Allow global auto clear option for notification messages.