From 712c10fc70fa93a8c0e02ca71223911ea40aff1b Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Thu, 25 Feb 2016 09:47:29 +0100 Subject: [PATCH] Update changelog. Bump version to 2.0.11 --- AMScrollingNavbar.podspec | 2 +- CHANGELOG.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/AMScrollingNavbar.podspec b/AMScrollingNavbar.podspec index 6364967b..c9602572 100644 --- a/AMScrollingNavbar.podspec +++ b/AMScrollingNavbar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AMScrollingNavbar" - s.version = "2.0.10" + s.version = "2.0.11" 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 fe1f7af1..c024c90d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,18 @@ All notable changes to this project will be documented in this file. `AMScrollingNavbar` adheres to [Semantic Versioning](http://semver.org/). -- `2.0.x` Releases - [2.0.0](#200) | [2.0.1](#201) | [2.0.2](#202) | [2.0.3](#203) | [2.0.4](#204) | [2.0.5](#205) | [2.0.6](#206) | [2.0.7](#207) | [2.0.8](#208) | [2.0.9](#209) | [2.0.10](#2010) +- `2.0.x` Releases - [2.0.0](#200) | [2.0.1](#201) | [2.0.2](#202) | [2.0.3](#203) | [2.0.4](#204) | [2.0.5](#205) | [2.0.6](#206) | [2.0.7](#207) | [2.0.8](#208) | [2.0.9](#209) | [2.0.10](#2010) | [2.0.11](#2011) - `2.0.x` Beta Releases - [2.0.0-beta1](#200-beta1) | [2.0.0-beta2](#200-beta2) | [2.0.0-beta3](#200-beta3) | [2.0.0-beta4](#200-beta4) | [2.0.0-beta5](#200-beta5) | [2.0.0-beta6](#200-beta6) | [2.0.0-beta7](#200-beta7) - `1.5.x` Releases - [1.5](#15) | [1.5.1](#151) --- +## [2.0.11](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.11) + +###Fixed + +- Issue #183 + ## [2.0.10](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.10) ###Fixed