From a320a2091821feaf7011870cfb8b18803691661f Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Sun, 29 May 2016 23:14:23 +1200 Subject: [PATCH] Bump version --- CHANGELOG.md | 19 +++++++++++++++++++ Masonry.podspec | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64fc45e6..94e7b43c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +v1.0.1 +====== + +#### - Added support for first/last baselines + +Two additional attributes `NSLayoutAttributeFirstBaseline` and `NSLayoutAttributeLastBaseline` are now supported + +v1.0.0 +====== + +#### - Officially v1.0.0 + +Fixes some issues with install/uninstall vs activate/deactivate and modernises the project files + +v0.6.4 +====== + +#### - Add support for tvOS + v0.6.3 ====== diff --git a/Masonry.podspec b/Masonry.podspec index 295efad0..9b3b8112 100644 --- a/Masonry.podspec +++ b/Masonry.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Masonry' - s.version = '1.0.0' + s.version = '1.0.1' s.license = 'MIT' s.summary = 'Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.' s.homepage = 'https://github.com/cloudkite/Masonry'