Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump version to 2.24.1 #59

Merged
merged 1 commit into from
Oct 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

## Info

**Document version:** 2.24.0
**Document version:** 2.24.1

**Last updated:** 08/06/2020
**Last updated:** 10/20/2020

**Author:** Nolan O'Brien

## History

### 2.24.1 - Liam Nichols

- Add MP4 and WebP subspecs for CocoaPods

### 2.24.0

- Drop iOS 8 and iOS 9 support
Expand Down
2 changes: 1 addition & 1 deletion TwitterImagePipeline.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TwitterImagePipeline'
s.version = '2.24.0'
s.version = '2.24.1'
s.compiler_flags = '-DTIP_PROJECT_VERSION=2.24'
s.summary = 'Twitter Image Pipeline is a robust and performant image loading and caching framework for iOS'
s.description = 'Twitter created a framework for image loading/caching in order to fulfill the numerous needs of Twitter for iOS including being fast, safe, modular and versatile.'
Expand Down