From bd0f6eee851721991edb946d172c2fc795bcae2c Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 5 Apr 2023 14:10:45 +0000 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 2 ++ TinkoffConcurrency.podspec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d563d9b..44170eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [1.2.0] - 2023-04-05Z + **Add** - `TCAsyncChannel` a subject-like object which sends data respecting Combine's backpressure. diff --git a/TinkoffConcurrency.podspec b/TinkoffConcurrency.podspec index 175ad4c..853dd08 100644 --- a/TinkoffConcurrency.podspec +++ b/TinkoffConcurrency.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TinkoffConcurrency' - s.version = '1.1.0' + s.version = '1.2.0' s.summary = 'A toolset that makes Swift Concurrency a bit easier.' s.description = <<-DESC