diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e4eb39..6221997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log -## 0.2.0 - ??? +## 0.2.0 - 2017-02-20 + +You may do a BC update to version 0.2.0 if you are sure that you are not adding +multiple resources with the same name to the Builder. ### Fixed @@ -11,7 +14,6 @@ ### Fixed - Performance improvements by avoid using `uniqid()`. -- Make sure one can add resources with same name without overwrite. ## 0.1.5 - 2017-02-14 diff --git a/composer.json b/composer.json index 3a7e47a..1ada360 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.2-dev" + "dev-master": "0.3-dev" } } }