From 2701b13a4617a9bf919684373d6d10658f34b0e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:23:43 +0000 Subject: [PATCH] chore(main): release 2.3.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c7f3e4..387948ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.3.0](https://github.com/brexhq/substation/compare/v2.2.0...v2.3.0) (2024-10-28) + + +### Features + +* added support for new substation playground command ([#262](https://github.com/brexhq/substation/issues/262)) ([82f39e8](https://github.com/brexhq/substation/commit/82f39e89088d055579f315111d8ce4ced99d6036)) +* **cmd:** Add tap and read Commands to CLI Tool ([#269](https://github.com/brexhq/substation/issues/269)) ([6149968](https://github.com/brexhq/substation/commit/6149968e522f52241826fce8a4ac37b06708cbf5)) +* **deps:** Upgrade to Latest Minor Versions ([#266](https://github.com/brexhq/substation/issues/266)) ([9db10a8](https://github.com/brexhq/substation/commit/9db10a8dc34e30c6c7862cfee63c871cd2c81310)) +* **message:** Add Flag Support ([#264](https://github.com/brexhq/substation/issues/264)) ([1acc9a0](https://github.com/brexhq/substation/commit/1acc9a0ea2b33154b3608b13ffd6f7792363ce0b)) + + +### Bug Fixes + +* **message:** Update Flag Iota ([#270](https://github.com/brexhq/substation/issues/270)) ([1f43c15](https://github.com/brexhq/substation/commit/1f43c15e79af2d39cab438d3a619e27cdbe64933)) + ## [2.2.0](https://github.com/brexhq/substation/compare/v2.1.0...v2.2.0) (2024-10-10)