diff --git a/CHANGELOG.md b/CHANGELOG.md index a81fa39..972ba5a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All Notable changes to `laravel-collection-macros` will be documented in this file +## 1.2.0 - 2016-08-11 + +- added `assoc` and `mapToAssoc` macros + ## 1.1.0 - 2016-08-10 - the collection will be passed to the callbacks of `ifAny` and `ifEmpty`