From 75e76a2387e14a2da3a604cad681e5e3770fbd9b Mon Sep 17 00:00:00 2001 From: Nolan O'Brien Date: Tue, 20 Oct 2020 13:49:29 -0700 Subject: [PATCH] bump version to 2.24.1 (#59) --- CHANGELOG.md | 8 ++++++-- TwitterImagePipeline.podspec | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26bea7e..58e4240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/TwitterImagePipeline.podspec b/TwitterImagePipeline.podspec index f197a2a..313e1bc 100644 --- a/TwitterImagePipeline.podspec +++ b/TwitterImagePipeline.podspec @@ -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.'