From 8bfcc8b881634c97d0b46705f0ba43f692ad8644 Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Mon, 5 Nov 2018 17:06:47 +0100 Subject: [PATCH] Bump to version 5.2.0 --- AMScrollingNavbar.podspec | 2 +- CHANGELOG.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/AMScrollingNavbar.podspec b/AMScrollingNavbar.podspec index b2cb2e90..bc03c5ed 100644 --- a/AMScrollingNavbar.podspec +++ b/AMScrollingNavbar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AMScrollingNavbar" - s.version = "5.1.1" + s.version = "5.2.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 63d2c25f..f28bb5f2 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.2.x` Releases - [5.2.0](#520) - `5.1.x` Releases - [5.1.0](#510) | [5.1.1](#511) - `5.0.x` Releases - [5.0.0](#500) | [5.0.1](#501) | [5.0.2](#502) | [5.0.3](#503) | [5.0.4](#504) - `4.3.x` Releases - [4.3.0](#430) | [4.3.1](#431) @@ -20,6 +21,10 @@ All notable changes to this project will be documented in this file. --- +## [5.2.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/5.2.0) + +- Merge #352 + ## [5.1.1](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/5.1.1) - Fix Objective-C compatibility