From 4fb4911e65d0231c66678ebb193b8fd6fa34f873 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Jan 2025 21:17:55 +0000 Subject: [PATCH] chore(release): 5.18.5 release notes [skip ci] ## [5.18.5](https://github.com/IBM/go-sdk-core/compare/v5.18.4...v5.18.5) (2025-01-07) ### Bug Fixes * avoid runtime panic when the `errors` field of the response is `nil` ([9c104b3](https://github.com/IBM/go-sdk-core/commit/9c104b3c2d304f01bead1ba515d18e461b9c980b)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca3bf5..6768ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.18.5](https://github.com/IBM/go-sdk-core/compare/v5.18.4...v5.18.5) (2025-01-07) + + +### Bug Fixes + +* avoid runtime panic when the `errors` field of the response is `nil` ([9c104b3](https://github.com/IBM/go-sdk-core/commit/9c104b3c2d304f01bead1ba515d18e461b9c980b)) + ## [5.18.4](https://github.com/IBM/go-sdk-core/compare/v5.18.3...v5.18.4) (2025-01-07)