# CocoaPods Acknowledgements Changelog ## 1.2.0 (2020-03-23) ##### Enhancements * Update internal gem dependencies to latest versions [Olivier Halligon](https://github.com/AliSoftware) [#56](https://github.com/CocoaPods/cocoapods-acknowledgements/pull/56) * Add `targets` options to specify targets to add metadata [Richard Lee](https://github.com/dlackty) [#46](https://github.com/CocoaPods/cocoapods-acknowledgements/issues/46) * Improve the performance of metadata generation [Eric Amorde](https://github.com/amorde) [#54](https://github.com/CocoaPods/cocoapods-acknowledgements/pull/54) * Add tests [Eric Amorde](https://github.com/amorde) [#1](https://github.com/CocoaPods/cocoapods-acknowledgements/issues/1) ##### Bug Fixes * None. ## 1.1.3 (2018-04-04) ##### Enhancements * Update matching for `Settings.bundle` file in project. [Jim Hildensperger](https://github.com/jhildensperger) ##### Bug Fixes * None. ## 1.1.2 (2016-10-28) ##### Enhancements * None. ##### Bug Fixes * Fix NameError when a license is not found. [Danielle Tomlinson](https://github.com/dantoml) [#31](https://github.com/CocoaPods/cocoapods-acknowledgements/issues/31) ## 1.1.1 (2016-04-15) ##### Enhancements * Add `homepage` to the spec's metadata. [Orta Therox](https://github.com/orta) ##### Bug Fixes * None. ## 1.1.0 (2016-03-08) ##### Enhancements * Exclude certain Pods from Acknowledgements. [Marcelo Fabri](https://github.com/marcelofabri) [#16](https://github.com/CocoaPods/cocoapods-acknowledgements/issues/16) ##### Bug Fixes * Supporting CocoaPods 1.0. [Marcelo Fabri](https://github.com/marcelofabri) * Fix adding same file multiple times to group. [Marcelo Fabri](https://github.com/marcelofabri) * Fix settings bundle style plists generation. [Marcelo Fabri](https://github.com/marcelofabri) [#20](https://github.com/CocoaPods/cocoapods-acknowledgements/issues/20) ## 1.0 ##### Enhancements * Support Settings bundle style plists. [Marcelo Fabri](https://github.com/marcelofabri) * Support full Podspec metadata style. [Fabio Pelosin](https://github.com/fabiopelosin) [Orta Therox](https://github.com/orta)