From e21a866ed77a025a7e273753d6c7130052c48c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eddy=20=E2=88=86?= <12048448+ome9ax@users.noreply.github.com> Date: Fri, 2 Sep 2022 19:57:37 +0100 Subject: [PATCH] [Decimal Issue] changelog update (#76) * [Decimal Issue] changelog update * [Decimal Issue] changelog update 2 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acee6b1..93e3244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,19 @@ # Change Log + +## [1.2.2](https://github.com/ome9ax/target-s3-jsonl/tree/1.2.2) (2022-09-01) + +### What's Changed +* #69 decimal.DivisionImpossible raised when handling schema items with high levels of precision by @ome9ax in #75 + +**Full Changelog**: https://github.com/ome9ax/target-s3-jsonl/compare/1.2.1...1.2.2 + ## [1.2.1](https://github.com/ome9ax/target-s3-jsonl/tree/1.2.1) (2022-07-13) ### What's Changed -* Added optional config parameter `role_arn`, which allows assuming additional roles. +* Added optional config parameter `role_arn`, which allows assuming additional roles. by @haleemur + +**Full Changelog**: https://github.com/ome9ax/target-s3-jsonl/compare/1.2.0...1.2.1 + ## [1.2.0](https://github.com/ome9ax/target-s3-jsonl/tree/1.2.0) (2022-04-11) ### What's Changed