Skip to content

Commit 46594da

Browse files
committed
Bump to version 4.2.0
1 parent 9e4bfe3 commit 46594da

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

AMScrollingNavbar.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AMScrollingNavbar"
3-
s.version = "4.1.0"
3+
s.version = "4.2.0"
44
s.summary = "A custom UINavigationController that enables the scrolling of the navigation bar alongside the scrolling of an observed content view"
55
s.description = <<-DESC
66
A custom UINavigationController that enables the scrolling of the

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
`AMScrollingNavbar` adheres to [Semantic Versioning](http://semver.org/).
44

5+
- `4.2.x` Releases - [4.2.0](#420)
56
- `4.1.x` Releases - [4.1.0](#410)
67
- `4.0.x` Releases - [4.0.0](#400) | [4.0.1](#401) | [4.0.2](#402) | [4.0.3](#403) | [4.0.4](#404) | [4.0.5](#405)
78
- `3.4.x` Releases - [3.4.0](#340) | [3.4.1](#341)
@@ -16,6 +17,10 @@ All notable changes to this project will be documented in this file.
1617

1718
---
1819

20+
## [4.2.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/4.2.0)
21+
22+
Account for the notch when the status bar is hidden on iPhone X. See #295
23+
1924
## [4.1.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/4.1.0)
2025

2126
Merged #292, #293

0 commit comments

Comments
 (0)