From 40504c156a68b20f98f7ddc73a115cbb7893be25 Mon Sep 17 00:00:00 2001 From: runner Date: Mon, 28 Nov 2022 21:59:05 +0000 Subject: [PATCH] [AUTO] Update CHANGELOG.md and bump for patch update. --- .github_changelog_generator | 4 ++-- CHANGELOG.md | 11 +++++++++++ PINOperation.podspec | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 955d66b..3bd2722 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,3 +1,3 @@ issues=false -since-tag=1.2 -future-release=1.2.1 +since-tag=1.2.1 +future-release=1.2.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e884e7..a817204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.2.2](https://github.com/Pinterest/PINOperation/tree/1.2.2) (2022-11-28) + +[Full Changelog](https://github.com/Pinterest/PINOperation/compare/1.2.1...1.2.2) + + +- Update CI to modern xcode and fix Carthage [\#47](https://github.com/pinterest/PINOperation/pull/47) ([garrettmoon](https://github.com/garrettmoon)) +- Disable asserts in release builds when using Swift Package Manager [\#44](https://github.com/pinterest/PINOperation/pull/44) ([rcancro](https://github.com/rcancro)) +- Carthage is busted on Xcode 12 [\#41](https://github.com/pinterest/PINOperation/pull/41) ([garrettmoon](https://github.com/garrettmoon)) +- Latest release script [\#40](https://github.com/pinterest/PINOperation/pull/40) ([garrettmoon](https://github.com/garrettmoon)) +- Fixes for automated release process [\#39](https://github.com/pinterest/PINOperation/pull/39) ([garrettmoon](https://github.com/garrettmoon)) + ## [1.2.1](https://github.com/Pinterest/PINOperation/tree/1.2.1) (2020-10-22) [Full Changelog](https://github.com/Pinterest/PINOperation/compare/1.2...1.2.1) diff --git a/PINOperation.podspec b/PINOperation.podspec index d99ffc6..0de40ae 100644 --- a/PINOperation.podspec +++ b/PINOperation.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PINOperation' - s.version = '1.2.1' + s.version = '1.2.2' s.homepage = 'https://github.com/pinterest/PINOperation' s.summary = 'Fast, concurrency-limited task queue for iOS and OS X.' s.authors = { 'Garrett Moon' => 'garrett@pinterest.com' }