diff --git a/APNGKit.podspec b/APNGKit.podspec index 73cdca5..bafdadd 100644 --- a/APNGKit.podspec +++ b/APNGKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "APNGKit" - s.version = "2.1.1" + s.version = "2.1.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 20b3a68..8cc4e92 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.1.2] - 2022-03-05 + ### Fix - An issue that when the frame contains `APNG_DISPOSE_OP_PREVIOUS` or `APNG_DISPOSE_OP_BACKGROUND`, the output buffer does not reset in some cases. [#122](https://github.com/onevcat/APNGKit/pull/122) @onevcat @@ -46,3 +48,4 @@ need also check the README to do a re-implement. [2.0.2]: https://github.com/onevcat/APNGKit/compare/2.0.1...2.0.2 [2.1.0]: https://github.com/onevcat/APNGKit/compare/2.0.2...2.1.0 [2.1.1]: https://github.com/onevcat/APNGKit/compare/2.1.0...2.1.1 +[2.1.2]: https://github.com/onevcat/APNGKit/compare/2.1.1...2.1.2