From d5ad06c725cddaadb72d60cf0566421fad1f2c12 Mon Sep 17 00:00:00 2001 From: Keptn Bot Date: Fri, 3 Jun 2022 08:34:10 +0000 Subject: [PATCH] chore(release): 0.16.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd2c9016..de629486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.16.1](https://github.com/keptn/go-utils/compare/v0.16.0...v0.16.1) (2022-06-03) + + +### Bug Fixes + +* Set the path properly for calls to api-service ([#471](https://github.com/keptn/keptn/issues/471)) ([0650f77](https://github.com/keptn/go-utils/commit/0650f7701c35cfd296d85e6e224fab6770028b09)) + ## [0.16.0](https://github.com/keptn/go-utils/compare/v0.15.0...v0.16.0) (2022-06-02)