From 20939da5b4b6dc5fa9a4728e96305abb66e456c1 Mon Sep 17 00:00:00 2001 From: onevcat Date: Wed, 15 Dec 2021 10:10:31 +0900 Subject: [PATCH] Bump version to 2.1.1 --- APNGKit.podspec | 2 +- CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/APNGKit.podspec b/APNGKit.podspec index 0edd817..73cdca5 100644 --- a/APNGKit.podspec +++ b/APNGKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "APNGKit" - s.version = "2.1.0" + s.version = "2.1.1" 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 82fb0c5..73dbdae 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.1] - 2021-12-15 + ### Fix - An issue introduced in 2.1.0 that the background was not clear before rendering the next frame when `dispose_op` is `previous`. [#118](https://github.com/onevcat/APNGKit/pull/118) @onevcat @@ -39,3 +41,4 @@ need also check the README to do a re-implement. [2.0.1]: https://github.com/onevcat/APNGKit/compare/2.0.0...2.0.1 [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