From 6591999243d31a07b76c64edc8e6941cbd4ec695 Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Tue, 16 Jul 2019 17:16:07 +0200 Subject: [PATCH] Bump to version 5.3.0 --- AMScrollingNavbar.podspec | 2 +- CHANGELOG.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/AMScrollingNavbar.podspec b/AMScrollingNavbar.podspec index bc03c5ed..c2d4d335 100644 --- a/AMScrollingNavbar.podspec +++ b/AMScrollingNavbar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AMScrollingNavbar" - s.version = "5.2.0" + s.version = "5.3.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 f28bb5f2..87649689 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.3.x` Releases - [5.3.0](#530) - `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) @@ -21,6 +22,10 @@ All notable changes to this project will be documented in this file. --- +## [5.3.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/5.3.0) + +- Merge #365 + ## [5.2.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/5.2.0) - Merge #352