From 930dd3a0365a14094d49463362d4ae8ca650cff5 Mon Sep 17 00:00:00 2001 From: onevcat Date: Thu, 4 May 2023 22:39:57 +0900 Subject: [PATCH] Bump version to 2.2.2 --- APNGKit.podspec | 2 +- CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/APNGKit.podspec b/APNGKit.podspec index 2c66cc5..dfbe8ac 100644 --- a/APNGKit.podspec +++ b/APNGKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "APNGKit" - s.version = "2.2.1" + s.version = "2.2.2" 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 1b37ad8..45b2b29 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.2] - 2023-05-04 + ### Fix - Use `.info` log level for missing frames when decoding. This allows a better debugging experience when the image is not rendered as expected. [#129](https://github.com/onevcat/APNGKit/pull/129) @@ -69,3 +71,4 @@ need also check the README to do a re-implement. [2.1.2]: https://github.com/onevcat/APNGKit/compare/2.1.1...2.1.2 [2.2.0]: https://github.com/onevcat/APNGKit/compare/2.1.2...2.2.0 [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