Skip to content

Commit

Permalink
chore: Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrenskers committed Dec 4, 2021
1 parent 297e381 commit e57c561
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.0.0 - 2021-12-04

## New Features
- Saga now supports asynchronous readers

## BREAKING CHANGES
- due to [297e38](https://github.com/loopwerk/Saga/commit/297e3814e165bae19907c1e762f08718826bcd73): Saga now supports asynchronous readers

this now requires Saga to be executed from an async scope. See the example app in the Saga repo for an example (run.swift).

# 0.22.0 - 2021-08-18

## Bugfixes
Expand Down

0 comments on commit e57c561

Please sign in to comment.