From e8066140697b8da327cbd5a8c0380d218e926b75 Mon Sep 17 00:00:00 2001 From: richardpark-msft Date: Mon, 9 Aug 2021 11:38:20 -0700 Subject: [PATCH] Adding in changelog for #241 fix. --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 25610ae..8bb75dd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Change Log +## `v0.10.9` + +- fixing issue #241, where deferring a message with a sequence number could result us encoding it incorrectly + and sending it as a negative number. + ## `v0.10.8` - only retry with retryable amqp errors for sender [#201](https://github.com/Azure/azure-service-bus-go/issues/201)