diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e362f..2f0aa80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 1.2.2 - TBD +## 1.2.2 - 2016-08-10 ### Added @@ -18,7 +18,8 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#53](https://github.com/zfcampus/zf-apigility-documentation/pull/53) fixes an + import statement in the configuration file. ## 1.2.1 - 2016-08-04 diff --git a/config/module.config.php b/config/module.config.php index 87219f8..6dba939 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -7,7 +7,7 @@ namespace ZF\Apigility\Documentation; use Zend\ServiceManager\Factory\InvokableFactory; -use Zend\View\Modle\ViewModel; +use Zend\View\Model\ViewModel; return [ 'router' => [