From 2f56dc6c0b60008a477a874a7f1bac3f7281c800 Mon Sep 17 00:00:00 2001 From: onevcat Date: Sat, 9 Dec 2023 21:31:17 +0900 Subject: [PATCH] Bump version to 2.2.4 --- APNGKit.podspec | 2 +- CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/APNGKit.podspec b/APNGKit.podspec index f4cea49..a3c386f 100644 --- a/APNGKit.podspec +++ b/APNGKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "APNGKit" - s.version = "2.2.3" + s.version = "2.2.4" 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 dfdafb3..fa9ab9a 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.2.4] - 2023-12-09 + ### Fix - A timing issue that on iOS 17 a wrong timestamp might be used when the image starts to play when the app is just going to start up. It caused the image to be played at the wrong speed. [#140](https://github.com/onevcat/APNGKit/pull/140) @alexander-steel @devflow @onevcat @@ -83,3 +85,4 @@ need also check the README to do a re-implement. [2.2.1]: https://github.com/onevcat/APNGKit/compare/2.2.0...2.2.1 [2.2.2]: https://github.com/onevcat/APNGKit/compare/2.2.1...2.2.2 [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