diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77901788..616e4791 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [5.12.2 - 5.12 Patch, on Dec 31st, 2021](https://github.com/rs/SDWebImage/releases/tag/5.12.2)
+See [all tickets marked for the 5.12.2 release](https://github.com/SDWebImage/SDWebImage/milestone/91)
+
+### Fixes
+- Eliminates accumulated floating point errors. #3312
+- Don't copy image data for incremental decoding. #3304
+
## [5.12.1 - 5.12 Patch, on Oct 15th, 2021](https://github.com/rs/SDWebImage/releases/tag/5.12.1)
See [all tickets marked for the 5.12.1 release](https://github.com/SDWebImage/SDWebImage/milestone/90)
diff --git a/SDWebImage.podspec b/SDWebImage.podspec
index c006f169..ed20d8fa 100644
--- a/SDWebImage.podspec
+++ b/SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
- s.version = '5.12.1'
+ s.version = '5.12.2'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'
diff --git a/WebImage/Info.plist b/WebImage/Info.plist
index fcd6e6f5..b27e966c 100644
--- a/WebImage/Info.plist
+++ b/WebImage/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.12.1
+ 5.12.2
CFBundleSignature
????
CFBundleVersion
- 5.12.1
+ 5.12.2
NSPrincipalClass