From 49434d211366cfa8aac79aa4d3b9e3d7f0e94865 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Fri, 9 Aug 2024 17:37:23 -0700 Subject: [PATCH] chore(version): 0.1.1 --- CHANGELOG.md | 6 ++++++ MODULE.bazel | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4d4878..06a9d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.1.1 - 2024-08-10 +#### Features +- renamed bundles for ecsact CLI SDK discovery - (b37d065) - Ezekiel Warren + +- - - + ## 0.1.0 - 2024-08-10 #### Features - Add recipe bundles and update deps (#20) - (a2fc34b) - Austin Kelway diff --git a/MODULE.bazel b/MODULE.bazel index 35bc044..073c20b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_rt_reference", - version = "0.1.0", + version = "0.1.1", compatibility_level = 1, )