diff --git a/CHANGELOG.md b/CHANGELOG.md
index 664ee9dd..9706de3f 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]
+## [2.2.7] - 2024-03-09
+- Fix AnimatedImage aspectRatio issue when ratio is nil #301
+- Upgrade to support visionOS on CocoaPods #298
+
## [2.2.6] - 2023-12-13
- Try to workaround the #281 when imagePlayer stopPlaying trigger the Combine Publisher during deallocating #287
diff --git a/SDWebImageSwiftUI.podspec b/SDWebImageSwiftUI.podspec
index 49cc9bf7..58ddaf2a 100644
--- a/SDWebImageSwiftUI.podspec
+++ b/SDWebImageSwiftUI.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'SDWebImageSwiftUI'
- s.version = '2.2.6'
+ s.version = '2.2.7'
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 b163f7d2..24336cf6 100644
--- a/SDWebImageSwiftUI/Module/Info.plist
+++ b/SDWebImageSwiftUI/Module/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 2.2.6
+ 2.2.7
CFBundleVersion
$(CURRENT_PROJECT_VERSION)