From 7facce7da5ffb33e920e9e5f52624f254d1f76ed Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Wed, 26 Apr 2023 17:08:55 +0200 Subject: [PATCH] Release v0.0.31 (#365) ## Changes * Add OpenAPI command coverage (both workspace and account level APIs). ### Bundles * Automatically populate a bundle's Git repository details in its configuration tree. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a3538a..de8157c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Version changelog +## 0.0.31 + +* Add OpenAPI command coverage (both workspace and account level APIs). + +### Bundles + +* Automatically populate a bundle's Git repository details in its configuration tree. + ## 0.0.30 * Initial preview release of the Bricks CLI.