From 923e79f3f929dd7a40f0f8d5feb89f8f8feeffe7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:29:18 -0700 Subject: [PATCH] chore(main): release 2.2.0 (#257) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c044f33c..74c7f3e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.2.0](https://github.com/brexhq/substation/compare/v2.1.0...v2.2.0) (2024-10-10) + + +### Features + +* add support for formatting jsonnet with substation cli ([#250](https://github.com/brexhq/substation/issues/250)) ([6cae3cd](https://github.com/brexhq/substation/commit/6cae3cd80492a5e8208bc1bab2d6fe17fc6aa87b)) +* **cmd:** Add build Command to CLI Tool ([#252](https://github.com/brexhq/substation/issues/252)) ([5ffe528](https://github.com/brexhq/substation/commit/5ffe528b85ec2ac1db2f389ce89ccdb553f14d41)) +* **cmd:** Add vet Command to CLI Tool ([#253](https://github.com/brexhq/substation/issues/253)) ([97fbc92](https://github.com/brexhq/substation/commit/97fbc922e3323f5bec8ae5bd5625488f8f160ee1)) + + +### Bug Fixes + +* **internal/secrets:** Error on Missing Secrets ([#260](https://github.com/brexhq/substation/issues/260)) ([b788992](https://github.com/brexhq/substation/commit/b788992969d7ef311bc5f6865e367870c5786aa0)) + ## [2.1.0](https://github.com/brexhq/substation/compare/v2.0.0...v2.1.0) (2024-10-03)