Skip to content

Commit

Permalink
Merge pull request #475 from IBAnimatable/feature/get-4-1-ready
Browse files Browse the repository at this point in the history
Get release 4.1.0 ready
  • Loading branch information
tbaranes committed May 10, 2017
2 parents 08d2b86 + 8f73139 commit b7ffa6f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
## Versions

### Next
#### API breaking changes

N/A

#### Enhancements

N/A

#### Bugfixes

N/A

### [4.1.0](https://github.com/IBAnimatable/IBAnimatable/releases/tag/4.1.0)

#### API breaking changes

Expand All @@ -13,7 +26,6 @@ All notable changes to this project will be documented in this file.
#### Enhancements

- Introduce `Custom` MaskType, you can now use `MaskDesignable` with custom masks. [#465](https://github.com/IBAnimatable/IBAnimatable/pull/465) by [@lastmove](https://github.com/lastmove)
- Add `TimingFunctionType` attribute to `Animatable` to specifies the speed curve of an animation. [#456](https://github.com/IBAnimatable/IBAnimatable/pull/456) by [@phimage](https://github.com/phimage)
- Add Unit Testing for Project. See [issue #434](https://github.com/IBAnimatable/IBAnimatable/issues/434) for current coverage. [@SD10](https://github.com/SD10)

#### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion IBAnimatable.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "IBAnimatable"
s.version = "4.0.0"
s.version = "4.1.0"
s.summary = "Design and prototype UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable."
s.homepage = "https://github.com/IBAnimatable/IBAnimatable"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit b7ffa6f

Please sign in to comment.