From e57c561c8595069896a1a1e8a26783eeefb62d77 Mon Sep 17 00:00:00 2001 From: kevinrenskers Date: Sat, 4 Dec 2021 15:17:38 +0000 Subject: [PATCH] chore: Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db960d..261d252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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