diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e34a8e..a2c235d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file, in reverse - Nothing. -## 1.2.2 - TBD +## 1.2.2 - 2016-08-10 ### Added @@ -36,7 +36,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' => [