From c82e4ba082ccfd4ce9ed584dbc5ecd335827e60b Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Tue, 17 Apr 2018 16:50:33 +0200 Subject: [PATCH] Bump to version 5.0.0 --- AMScrollingNavbar.podspec | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/AMScrollingNavbar.podspec b/AMScrollingNavbar.podspec index 1010dedd..17d6972f 100644 --- a/AMScrollingNavbar.podspec +++ b/AMScrollingNavbar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AMScrollingNavbar" - s.version = "4.3.1" + s.version = "5.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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ceff46db..1c5b53fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. `AMScrollingNavbar` adheres to [Semantic Versioning](http://semver.org/). +- `5.0.x` Releases - [5.0.0](#500) - `4.3.x` Releases - [4.3.0](#430) | [4.3.1](#431) - `4.2.x` Releases - [4.2.0](#420) | [4.2.1](#421) | [4.2.2](#422) | [4.2.3](#423) | [4.2.4](#424) - `4.1.x` Releases - [4.1.0](#410) @@ -18,6 +19,12 @@ All notable changes to this project will be documented in this file. --- +## [5.0.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/5.0.0) + +### Breaking changes + +The followers are no longer plain `UIView`s, but need to be wrapped in a `NavigationBarFollower` object, that provides the direction of the scroll. + ## [4.3.1](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/4.3.1) - Merge #310