diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5fa69ec..0c1a3ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [3.1.2] - 2024-08-29
+- Allows easy to use WebImage with isAnimating default to false and change to true later #333
+- Note: This changes WebImage's internal loaded image from `UIImage/NSImage` to `SDAnimatedImage`, which is compatible for `UIImageView/NSImageView`
+
## [3.1.1] - 2024-07-01
- Fix the transition visual jump between placeholderImage and final image for AnimatedImage #326
diff --git a/SDWebImageSwiftUI.podspec b/SDWebImageSwiftUI.podspec
index 96e7cad..5f21a28 100644
--- a/SDWebImageSwiftUI.podspec
+++ b/SDWebImageSwiftUI.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'SDWebImageSwiftUI'
- s.version = '3.1.1'
+ s.version = '3.1.2'
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
s.description = <<-DESC
diff --git a/SDWebImageSwiftUI/Module/Info.plist b/SDWebImageSwiftUI/Module/Info.plist
index 282c0ff..0eee307 100644
--- a/SDWebImageSwiftUI/Module/Info.plist
+++ b/SDWebImageSwiftUI/Module/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 3.1.1
+ 3.1.2
CFBundleVersion
$(CURRENT_PROJECT_VERSION)