From 15b4b52d1a10fe04eefcd452b6483880a4267b08 Mon Sep 17 00:00:00 2001 From: Richard Park <51494936+richardpark-msft@users.noreply.github.com> Date: Thu, 28 Apr 2022 10:22:16 -0700 Subject: [PATCH] Fixing changelog and version - it was behind so my version bump was incorrect. (#254) Changelog and version.go were actually behind by more than one release, so I needed to correct it. --- changelog.md | 6 +++++- version.go | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 748f77cc..ac72c7c1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,13 @@ # Change Log -## `v3.3.17` +## `v3.3.18` - Fixing issue where the LeaserCheckpointer could fail with a "ContainerAlreadyExists" error. (#253) +## `v3.3.17` + +Updating to the latest go-amqp and azure-amqp-common-go to take advantage of some underlying reliability and interface improvements (#245) + ## `v3.3.16` - Exporting a subset of AMQP message properties for the Dapr project. diff --git a/version.go b/version.go index 5a53d4b0..714a5d73 100644 --- a/version.go +++ b/version.go @@ -2,5 +2,5 @@ package eventhub const ( // Version is the semantic version number - Version = "3.3.17" + Version = "3.3.18" )