Skip to content

Commit

Permalink
Bump to version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Sep 13, 2017
1 parent 35de283 commit 50e0a39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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 = "3.4.1"
s.version = "4.0.0"
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
5 changes: 5 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.
`AMScrollingNavbar` adheres to [Semantic Versioning](http://semver.org/).

- `4.0.x` Releases - [4.0.0](#400)
- `3.4.x` Releases - [3.4.0](#340) | [3.4.1](#341)
- `3.3.x` Releases - [3.3.0](#330) | [3.3.1](#331) | [3.3.2](#332) | [3.3.3](#333) | [3.3.4](#334)
- `3.2.x` Releases - [3.2.0](#320)
Expand All @@ -14,6 +15,10 @@ All notable changes to this project will be documented in this file.

---

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

- Swift 4 support

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

- Merged #263
Expand Down

0 comments on commit 50e0a39

Please sign in to comment.