Skip to content

Commit

Permalink
Bump to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Oct 24, 2015
1 parent 1c56cc0 commit 60d63e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AMTagListView.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 60d63e1

Please sign in to comment.