From 8da480a0c07189d78aba0b41aecab24691927bb7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Oct 2024 16:48:54 +0000 Subject: [PATCH] chore(release): 5.18.1 release notes [skip ci] ## [5.18.1](https://github.com/IBM/go-sdk-core/compare/v5.18.0...v5.18.1) (2024-10-21) ### Bug Fixes * fix minor problem with debug message ([#231](https://github.com/IBM/go-sdk-core/issues/231)) ([cf84c9d](https://github.com/IBM/go-sdk-core/commit/cf84c9d32b34d0d1132ab4deb27b998d182e2c58)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da2cbd5..16a062d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.18.1](https://github.com/IBM/go-sdk-core/compare/v5.18.0...v5.18.1) (2024-10-21) + + +### Bug Fixes + +* fix minor problem with debug message ([#231](https://github.com/IBM/go-sdk-core/issues/231)) ([cf84c9d](https://github.com/IBM/go-sdk-core/commit/cf84c9d32b34d0d1132ab4deb27b998d182e2c58)) + # [5.18.0](https://github.com/IBM/go-sdk-core/compare/v5.17.5...v5.18.0) (2024-10-15)