From 50e0a39566bb8971fb495d72d187e67c0d94a6b2 Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Wed, 13 Sep 2017 16:37:24 +0200 Subject: [PATCH] Bump to version 4.0.0 --- AMScrollingNavbar.podspec | 2 +- CHANGELOG.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/AMScrollingNavbar.podspec b/AMScrollingNavbar.podspec index cf14b4e8..d26a75eb 100644 --- a/AMScrollingNavbar.podspec +++ b/AMScrollingNavbar.podspec @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 784e6660..c6ec8732 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/). +- `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) @@ -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