Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 5, 2023
1 parent 89f58f5 commit bd0f6ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [1.2.0] - 2023-04-05Z

**Add**

- `TCAsyncChannel` a subject-like object which sends data respecting Combine's backpressure.
Expand Down
2 changes: 1 addition & 1 deletion TinkoffConcurrency.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bd0f6ee

Please sign in to comment.