From 5943eb686c0abcf66070c069d2a6e5cc8775a52b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 17:01:43 +0200 Subject: [PATCH] Release v3.6.1 (#335) * Release v3.6.1 * fix(changelog): remove redundant line --------- Co-authored-by: Semanticore Bot Co-authored-by: IvanMaidurov <43530141+IvanMaidurov@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aec8611c3..027e90f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## Version v3.6.1 (2023-05-04) + +### Fixes + +- **web:** handle reverse router being nil (2b79ba7d) + +### Chores and tidying + +- **deps:** update module github.com/spf13/cobra to v1.7.0 (#252) (5ac51fbd) + ## Version v3.6.0 (2023-04-19) ### Features