From e34f1db2b82d8a19fc15336bd4d0286c4c325f88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 14:09:02 -0700 Subject: [PATCH] chore(main): release 1.2.2 (#170) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54773a30..2db05414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.2](https://github.com/brexhq/substation/compare/v1.2.1...v1.2.2) (2024-05-06) + + +### Bug Fixes + +* **kinesis:** Limit Aggregated Records to 1MB ([#169](https://github.com/brexhq/substation/issues/169)) ([9065f1c](https://github.com/brexhq/substation/commit/9065f1c0d0379620d009a7b5d1abdb3792e13bab)) +* **transform:** Empty Aggregated Kinesis Records ([#171](https://github.com/brexhq/substation/issues/171)) ([7c519fe](https://github.com/brexhq/substation/commit/7c519fef8c03dde5547189d0bd0461db0d942ec1)) +* **transform:** Empty AWS Kinesis Aggregated Records ([841caa9](https://github.com/brexhq/substation/commit/841caa9bfbbbe4698443ba2fe43cd380709fe2fb)) + ## [1.2.1](https://github.com/brexhq/substation/compare/v1.2.0...v1.2.1) (2024-05-03)