From 0543ee2a59ed3adc50a9fd773ad4b450f631da00 Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Sun, 14 May 2017 16:20:16 +0200 Subject: [PATCH] Bump to version 3.3.3 --- AMScrollingNavbar.podspec | 2 +- CHANGELOG.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/AMScrollingNavbar.podspec b/AMScrollingNavbar.podspec index 50926dfb..0eb6a96f 100644 --- a/AMScrollingNavbar.podspec +++ b/AMScrollingNavbar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AMScrollingNavbar" - s.version = "3.3.2" + s.version = "3.3.3" 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 8cf36f31..6329a8ea 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/). -- `3.3.x` Releases - [3.3.0](#330) | [3.3.1](#331) | [3.3.2](#332) +- `3.3.x` Releases - [3.3.0](#330) | [3.3.1](#331) | [3.3.2](#332) | [3.3.3](#333) - `3.2.x` Releases - [3.2.0](#320) - `3.1.x` Releases - [3.1.0](#310) - `3.0.x` Releases - [3.0.0](#300) @@ -13,6 +13,10 @@ All notable changes to this project will be documented in this file. --- +## [3.3.3](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/3.3.3) + +- Changed access control from public to open + ## [3.3.2](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/3.3.2) - Fixed issues with sizing and the scroll speed factor