Skip to content

Commit 83d46c0

Browse files
committed
Released v2.1.0 version
Update the CHANGELOG.md
1 parent 3258812 commit 83d46c0

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.1.0] - 2022-09-15
10+
11+
### Fixed
12+
13+
- Refactor WebImage/AnimatedImage using SwiftUIBackports and StateObject #227
14+
- Fix iOS 16 undefined behavior warnings because of Publishing changes from within view updates.
15+
- Fix iOS 14+ WebImage behavior using `@StateObject` (and backport on iOS 13)
16+
17+
### Changed
18+
19+
- The `IndicatorReportable` is misused and removed. Use `IndicatorStatus` instead.
20+
- Deprecate iOS 13 support, this may be the last version to support iOS 13.
21+
922
## [2.0.2] - 2021-03-10
1023

1124
### Fixed

SDWebImageSwiftUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageSwiftUI'
11-
s.version = '2.0.2'
11+
s.version = '2.1.0'
1212
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
1313

1414
s.description = <<-DESC

SDWebImageSwiftUI/Module/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.2</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)