From 60d63e1a34fdd3153d642f469c53ecaa51995de3 Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Sat, 24 Oct 2015 15:55:39 +0200 Subject: [PATCH] Bump to version 1.0.0 --- AMTagListView.podspec | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/AMTagListView.podspec b/AMTagListView.podspec index 7efa40b..5698205 100644 --- a/AMTagListView.podspec +++ b/AMTagListView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AMTagListView" - s.version = "0.9.0" + s.version = "1.0.0" s.summary = "UIScrollView subclass that allows to add a list of highly customizable tags." s.homepage = "https://github.com/andreamazz/AMTagListView" s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0019ef1..5b19b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. `AMTagListView` adheres to [Semantic Versioning](http://semver.org/). +- `1.0.x` Releases - [1.0.0](#100) - `0.9.x` Releases - [0.9.0](#090) - `0.8.x` Releases - [0.8](#08) | [0.8.1](#081) - `0.7.x` Releases - [0.7](#07) | [0.7.1](#071) @@ -12,6 +13,12 @@ All notable changes to this project will be documented in this file. #### Changed +- `tagText` on `AMTagView` is now read-write + +## [0.9.0](https://github.com/andreamazz/AMTagListView/releases/tag/0.9.0) + +#### Changed + - `textPadding` is now a `CGPoint` ## [0.8.1](https://github.com/andreamazz/AMTagListView/releases/tag/0.8.1)