diff --git a/CHANGELOG.md b/CHANGELOG.md
index 028fe23..5337d23 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.0.3] - 2024-04-29
+- Added totally empty privacy manifest #315
+- People who facing the issue because of Privacy Manifest declaration during ITC validation can try this version
+
## [3.0.2] - 2024-03-27
- Fix the assert crash then when using Data/Name in AnimatedImage #309
diff --git a/SDWebImageSwiftUI.podspec b/SDWebImageSwiftUI.podspec
index 0983512..c80c5e0 100644
--- a/SDWebImageSwiftUI.podspec
+++ b/SDWebImageSwiftUI.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'SDWebImageSwiftUI'
- s.version = '3.0.2'
+ s.version = '3.0.3'
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 bf7e094..8b0ce86 100644
--- a/SDWebImageSwiftUI/Module/Info.plist
+++ b/SDWebImageSwiftUI/Module/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 3.0.2
+ 3.0.3
CFBundleVersion
$(CURRENT_PROJECT_VERSION)