diff --git a/CHANGELOG.md b/CHANGELOG.md index 36698b9..5983601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ All notable changes to PagerTabStrip will be documented in this file. -### [2.1.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/2.0.0) +### [3.0.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/3.0.0) + + + +- Add scrollable style +- Bug fixes + +### [2.1.0](https://github.com/xmartlabs/PagerTabStrip/releases/tag/2.1.0) diff --git a/PagerTabStripView.podspec b/PagerTabStripView.podspec index 8b7851d..91f08cf 100644 --- a/PagerTabStripView.podspec +++ b/PagerTabStripView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PagerTabStripView" - s.version = "2.1.0" + s.version = "3.0.0" s.summary = "PagerTabStripView allows navigating through pages using a custom navigation bar in SwiftUI." s.homepage = "https://github.com/xmartlabs/PagerTabStripView" s.license = { type: 'MIT', file: 'LICENSE' }