diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e4fea4..397be60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,11 @@ ## 1.0.0 under development - Initial release. + +## 1.0.1 + +- Support doctrine orm 3. + +## 1.0.2 + +- Fix readme. diff --git a/README.md b/README.md index da6eb97..27449ea 100644 --- a/README.md +++ b/README.md @@ -233,5 +233,5 @@ Command: ### Fixture If need fixture, install package ```bash -composer require fcnybok/yii-doctrine-fixture --dev +composer require stargazer-team/yii-doctrine-fixture --dev ```