diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a5ee0..f893805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog -## 1.2 (work in progress) +## 1.2 (21 October 2016) - Added `license` property on `VTAcknowledgement` +- Updated `VTAcknowledgementsViewController` view configuration, by Tobias Tiemerding (honkmaster) -[Full Changelog](https://github.com/vtourraine/VTAcknowledgementsViewController/compare/1.1...master) +[Full Changelog](https://github.com/vtourraine/VTAcknowledgementsViewController/compare/1.1...1.2) ## 1.1 (27 May 2016) diff --git a/VTAcknowledgementsViewController.podspec.json b/VTAcknowledgementsViewController.podspec.json index 329030b..e7c1fb9 100644 --- a/VTAcknowledgementsViewController.podspec.json +++ b/VTAcknowledgementsViewController.podspec.json @@ -1,6 +1,6 @@ { "name": "VTAcknowledgementsViewController", - "version": "1.1", + "version": "1.2", "license": "MIT", "summary": "Ready to use “Acknowledgements”/“Licenses”/“Credits” view controller for CocoaPods.", "screenshots": [ @@ -14,7 +14,7 @@ "social_media_url": "https://twitter.com/vtourraine", "source": { "git": "https://github.com/vtourraine/VTAcknowledgementsViewController.git", - "tag": "1.1" + "tag": "1.2" }, "source_files": "Classes/*.{h,m}", "resources": "VTAcknowledgementsViewController.bundle",