From 2cb6ee5b813837324f5f9934a929ac928cfbb03f Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Wed, 10 Aug 2022 13:37:11 -0700 Subject: [PATCH] chore(api): prepare to release v0.4.0 (#366) ## 0.4.0 (2022-08-10) #### Breaking Changes * Update `tonic` to `0.8` (#364) ([40e2f6fd](40e2f6fd)) #### Features * Update `tonic` to `0.8` (#364) ([40e2f6fd](40e2f6fd)) --- console-api/CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/console-api/CHANGELOG.md b/console-api/CHANGELOG.md index aa964ba43..0793b625a 100644 --- a/console-api/CHANGELOG.md +++ b/console-api/CHANGELOG.md @@ -1,3 +1,16 @@ + +## 0.4.0 (2022-08-10) + + +#### Breaking Changes + +* Update `tonic` to `0.8` (#364) ([40e2f6fd](40e2f6fd)) + +#### Features + +* Update `tonic` to `0.8` (#364) ([40e2f6fd](40e2f6fd)) + + ## 0.3.0 (2022-05-23)