From 5e62f0d25b3880431dbdc65f6d683c8c5896254d Mon Sep 17 00:00:00 2001 From: mirland Date: Thu, 31 Oct 2024 20:48:19 -0300 Subject: [PATCH] chore: Prepare v1.1.2 release --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f17a63b..3d28173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 1.1.2 -* Updates rxdart to 0.28.0 +* Fix concurrency issue when multiple requests are made with the same key ([#45](https://github.com/xmartlabs/stock/pull/45)) +* Updates rxdart to 0.28.0 ([#45](https://github.com/xmartlabs/stock/pull/45)) ## 1.1.1 * Use dart 3 class modifiers ([#40](https://github.com/xmartlabs/stock/pull/40))