Skip to content

Commit 1ed96d9

Browse files
committed
Released v1.4.0 version
Update the CHANGELOG.md
1 parent 3f2f135 commit 1ed96d9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.4.0] - 2020-05-07
10+
### Added
11+
- Add the same overload method for onSuccess API, which introduce the image data arg. Keep the source code compatibility #109
12+
- Add the support for image data observable on ImageManager #107
13+
914
## [1.3.4] - 2020-04-30
1015
### Fixed
1116
- Revert the changes to prefetch the image url from memory cache #106

SDWebImageSwiftUI.podspec

+1-1
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 = '1.3.4'
11+
s.version = '1.4.0'
1212
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
1313

1414
s.description = <<-DESC

SDWebImageSwiftUI/Module/Info.plist

+1-1
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>1.3.4</string>
18+
<string>1.4.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)