From b73f4626ccb721bcb7dadef3e60b5dde3a4c5420 Mon Sep 17 00:00:00 2001 From: Offir Golan Date: Wed, 30 Aug 2017 10:06:18 -0700 Subject: [PATCH] Released v0.3.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f2802..5ea775a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +## v0.3.2 + +### Pull Requests + +- [#34](https://github.com/offirgolan/ember-parachute/pull/34) Fix for setting controllerName in route *by [abhilashlr](https://github.com/abhilashlr)* + ## v0.3.1 ### Pull Requests diff --git a/package.json b/package.json index ac97412..5d990c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-parachute", - "version": "0.3.1", + "version": "0.3.2", "description": "Improves the experience of working with query params in Ember", "keywords": [ "ember-addon",