From af6c6de55faed8aaa0d180022b56dd69df5374da Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Fri, 15 Sep 2017 16:59:33 +0200 Subject: [PATCH] Bump to version 4.0.1 --- AMScrollingNavbar.podspec | 2 +- CHANGELOG.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/AMScrollingNavbar.podspec b/AMScrollingNavbar.podspec index d26a75eb..9f9e29b5 100644 --- a/AMScrollingNavbar.podspec +++ b/AMScrollingNavbar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AMScrollingNavbar" - s.version = "4.0.0" + s.version = "4.0.1" 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ec8732..21557b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +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) +- `4.0.x` Releases - [4.0.0](#400) | [4.0.1](#401) - `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) @@ -15,6 +15,10 @@ All notable changes to this project will be documented in this file. --- +## [4.0.1](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/4.0.1) + +- Fix #266 + ## [4.0.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/4.0.0) - Swift 4 support