diff --git a/CHANGELOG.md b/CHANGELOG.md index 699f7237..c5ebd76a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ `Parchment` adheres to [Semantic Versioning](http://semver.org/). +## [3.4.0](https://github.com/rechsteiner/Parchment/compare/v3.3.0...v3.4.0) - 2024-04-14 + +- Update Swift version to 5.10 #705 + ## [3.3.0](https://github.com/rechsteiner/Parchment/compare/v3.2.1...v3.3.0) - 2024-02-17 - Set minimum deployment target to iOS 12 #699 diff --git a/Parchment.podspec.json b/Parchment.podspec.json index d5c1d155..82813b1d 100644 --- a/Parchment.podspec.json +++ b/Parchment.podspec.json @@ -1,6 +1,6 @@ { "name": "Parchment", - "version": "3.3.0", + "version": "3.4.0", "license": "MIT", "summary": "A flexible paging menu controller with support for infinite data sources.", "description": "Parchment allows you to page between view controllers while showing menu items that scrolls along with the content. It’s build to be very customizable, it’s well-tested and written fully in Swift.", @@ -8,7 +8,7 @@ "authors": "Martin Rechsteiner", "source": { "git": "https://github.com/rechsteiner/Parchment.git", - "tag": "v3.3.0" + "tag": "v3.4.0" }, "swift_version": "5.10", "platforms": {