From 2b8d944b8212c62bd889a2e3f6f7ca46ba8059e3 Mon Sep 17 00:00:00 2001 From: Siddhant Goel Date: Tue, 19 Sep 2023 19:38:23 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46889e91..cb9b9462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v1.13.0 +- Introduce `strict` mode for raising an exception in case a non-registered target is + passed (thanks [@hbusul]) + ## v1.12.0 - Add `S3Target` for streaming files directly to S3 (thanks [@tokicnikolaus]) @@ -145,6 +149,7 @@ [@NteRySin]: https://github.com/NteRySin [@Wouterkoorn]: https://github.com/Wouterkoorn +[@hbusul]: https://github.com/hbusul [@ibrewster]: https://github.com/ibrewster [@jasopolis]: https://github.com/jasopolis [@kolomenkin]: https://github.com/kolomenkin