Skip to content

Commit

Permalink
Released v2.2.7 version
Browse files Browse the repository at this point in the history
Update the CHANGELOG.md
  • Loading branch information
dreampiggy committed Mar 9, 2024
1 parent 4d3d8d5 commit 53573d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion SDWebImageSwiftUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDWebImageSwiftUI/Module/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>2.2.6</string>
<string>2.2.7</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit 53573d6

Please sign in to comment.