Skip to content

Commit

Permalink
Bump version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Oct 14, 2015
1 parent d783476 commit a5dd4f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AMScrollingNavbar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AMScrollingNavbar"
s.version = "2.0.4"
s.version = "2.0.5"
s.summary = "A custom UINavigationController that enables the scrolling of the navigation bar alongside the scrolling of an observed content view"
s.description = <<-DESC
A custom UINavigationController that enables the scrolling of the
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@
All notable changes to this project will be documented in this file.
`AMScrollingNavbar` adheres to [Semantic Versioning](http://semver.org/).

- `2.0.0` Releases - [2.0.0](#200) | [2.0.1](#201) | [2.0.2](#202) | [2.0.3](#203) | [2.0.4](#204)
- `2.0.x` Releases - [2.0.0](#200) | [2.0.1](#201) | [2.0.2](#202) | [2.0.3](#203) | [2.0.4](#204) | [2.0.5](#205)
- `2.0.x` Beta Releases - [2.0.0-beta1](#200-beta1) | [2.0.0-beta2](#200-beta2) | [2.0.0-beta3](#200-beta3) | [2.0.0-beta4](#200-beta4) | [2.0.0-beta5](#200-beta5) | [2.0.0-beta6](#200-beta6) | [2.0.0-beta7](#200-beta7)
- `1.5.x` Releases - [1.5](#15) | [1.5.1](#151)

---

## [2.0.5](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.5)

###Fixed

- Issue #156

Code refactoring. Thanks to [Syo Ikeda](https://github.com/ikesyo)

## [2.0.4](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.4)

###Fixed
Expand Down

0 comments on commit a5dd4f6

Please sign in to comment.