From c5231d74ebf6e1440b10fbaa3794aabd9d41ef52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:54:18 +0000 Subject: [PATCH] chore(main): release 2.1.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f3df10..1da054dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.0](https://github.com/brexhq/substation/compare/v2.0.0...v2.1.0) (2024-10-03) + + +### Features + +* **cmd:** Add CLI Tool ([#244](https://github.com/brexhq/substation/issues/244)) ([55a62bc](https://github.com/brexhq/substation/commit/55a62bcd5fef33d83552b9a2a7e8795766171859)) + + +### Bug Fixes + +* **cmd:** Out of Bounds int32 Check in AWS Lambda Autoscale ([#238](https://github.com/brexhq/substation/issues/238)) ([bcc8108](https://github.com/brexhq/substation/commit/bcc81088529a0dfc6d5ed62c99c0b68b68767ddf)) +* **condition:** Remove v1 Imports ([#246](https://github.com/brexhq/substation/issues/246)) ([fc22eeb](https://github.com/brexhq/substation/commit/fc22eeb49ebbded3097ed986f8f8e02cd6cf8de2)) + ## [2.0.0](https://github.com/brexhq/substation/compare/v1.7.1...v2.0.0) (2024-09-23)