Skip to content

Commit

Permalink
Bump to verion 5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Apr 7, 2021
1 parent ad61a54 commit b261fc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AMScrollingNavbar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AMScrollingNavbar"
s.version = "5.7.1"
s.version = "5.7.2"
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
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
`AMScrollingNavbar` adheres to [Semantic Versioning](http://semver.org/).

- `5.7.x` Releases - [5.7.0](#570) | [5.7.1](#571)
- `5.7.x` Releases - [5.7.0](#570) | [5.7.1](#571) | [5.7.2](#572)
- `5.6.x` Releases - [5.6.0](#560) | [5.6.1](#561)
- `5.5.x` Releases - [5.5.0](#550) | [5.5.1](#551) | [5.5.2](#552)
- `5.4.x` Releases - [5.4.0](#540) | [5.4.1](#541)
Expand All @@ -26,6 +26,10 @@ All notable changes to this project will be documented in this file.

---

## [5.7.2](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/5.7.2)

- Merged #401 (Thanks to [@feef](https://github.com/feef))

## [5.7.1](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/5.7.1)

- Merged #398 (Thanks to [@mark-dlc](https://github.com/mark-dlc))
Expand Down

0 comments on commit b261fc7

Please sign in to comment.