From 995386261326bce7ff19879cac84b6f27ce35629 Mon Sep 17 00:00:00 2001 From: onevcat Date: Tue, 19 Mar 2024 23:45:19 +0900 Subject: [PATCH] Bump version to 2.3.0 --- APNGKit.podspec | 2 +- CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/APNGKit.podspec b/APNGKit.podspec index b6f97b2..04b257c 100644 --- a/APNGKit.podspec +++ b/APNGKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "APNGKit" - s.version = "2.2.5" + s.version = "2.3.0" s.summary = "High performance and delightful way to play with APNG format in iOS." s.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index ea93a41..745a9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.3.0] - 2024-03-19 + ### Add - Support for visionOS. Now APNGKit can be used on visionOS in the native way. [#146](https://github.com/onevcat/APNGKit/pull/146) @@ -103,3 +105,4 @@ need also check the README to do a re-implement. [2.2.3]: https://github.com/onevcat/APNGKit/compare/2.2.2...2.2.3 [2.2.4]: https://github.com/onevcat/APNGKit/compare/2.2.3...2.2.4 [2.2.5]: https://github.com/onevcat/APNGKit/compare/2.2.4...2.2.5 +[2.3.0]: https://github.com/onevcat/APNGKit/compare/2.2.5...2.3.0