diff --git a/CHANGELOG.md b/CHANGELOG.md index 1192e41..7797d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,13 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 3.0.1 - TBD +## 3.0.1 - 2016-04-18 ### Added -- Nothing. +- [#3](https://github.com/zendframework/zend-router/pull/3) adds a + `config-provider` entry in `composer.json`, pointing to + `Zend\Router\ConfigProvider`. ### Deprecated @@ -18,7 +20,8 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#3](https://github.com/zendframework/zend-router/pull/3) fixes the + `component` entry in `composer.json` to properly read `Zend\Router`. ## 3.0.0 - 2016-03-21 diff --git a/composer.json b/composer.json index 1b8362a..f10e02b 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,8 @@ "dev-develop": "3.1-dev" }, "zf": { - "component": "Zend\\Mvc\\Router" + "component": "Zend\\Router", + "config-provider": "Zend\\Router\\ConfigProvider" } }, "autoload-dev": {