Skip to content

Commit ed77570

Browse files
committed
3.0.0
1 parent 5e51b81 commit ed77570

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## master
22
* Add your own contributions to the next release on the line below this with your name.
3+
4+
## 3.0.0 -- 2020 Jan 06
35
- [new] Add PINRemoteImageManagerConfiguration configuration object. [#492](https://github.com/pinterest/PINRemoteImage/pull/492) [rqueue](https://github.com/rqueue)
46
- [fixed] Fixes blending in animated WebP images. [#507](https://github.com/pinterest/PINRemoteImage/pull/507) [garrettmoon](https://github.com/garrettmoon)
57
- [fixed] Fixes support in PINAnimatedImageView for WebP animated images. [#507](https://github.com/pinterest/PINRemoteImage/pull/507) [garrettmoon](https://github.com/garrettmoon)

PINRemoteImage.podspec

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

1010
Pod::Spec.new do |s|
1111
s.name = "PINRemoteImage"
12-
s.version = "3.0.0-beta.14"
12+
s.version = "3.0.0"
1313
s.summary = "A thread safe, performant, feature rich image fetcher"
1414
s.homepage = "https://github.com/pinterest/PINRemoteImage"
1515
s.license = 'Apache 2.0'

0 commit comments

Comments
 (0)