From 1eb35ef236aba5f1cffd472b5b80b6fc75d03a7f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Mar 2022 14:00:57 +0000 Subject: [PATCH] chore(release): 9.16.0 release notes # [9.16.0](https://github.com/IBM/java-sdk-core/compare/9.15.5...9.16.0) (2022-03-21) ### Features * support user-defined retry interceptors ([#169](https://github.com/IBM/java-sdk-core/issues/169)) ([f3dcd4b](https://github.com/IBM/java-sdk-core/commit/f3dcd4b3af0ba69fa1e597e738e93dedf2dbe307)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb17ed72..a89f2e139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.16.0](https://github.com/IBM/java-sdk-core/compare/9.15.5...9.16.0) (2022-03-21) + + +### Features + +* support user-defined retry interceptors ([#169](https://github.com/IBM/java-sdk-core/issues/169)) ([f3dcd4b](https://github.com/IBM/java-sdk-core/commit/f3dcd4b3af0ba69fa1e597e738e93dedf2dbe307)) + ## [9.15.5](https://github.com/IBM/java-sdk-core/compare/9.15.4...9.15.5) (2022-03-16)