From 571caa480fa9150983303f8cbc19147b027d0fec Mon Sep 17 00:00:00 2001 From: Richard Park <51494936+richardpark-msft@users.noreply.github.com> Date: Wed, 9 Nov 2022 16:27:42 -0800 Subject: [PATCH] Updating to let people know that there's a new beta package if they'd like to try it (#278) Updating readme so people know that azeventhubs (the newer package) is heading towards GA and the beta is something we'd like people to try out. --- changelog.md | 4 ++++ readme.md | 3 +++ version.go | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c8fce3c2..64aab3fa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Change Log +## `v3.3.20` + +- Fixed issue with a lease existing on start [#277](https://github.com/Azure/azure-event-hubs-go/pull/277) + ## `v3.3.19` - Vendor a copy of `azblob` to avoid compilation errors with mismatched versions [#261](https://github.com/Azure/azure-event-hubs-go/issues/261) diff --git a/readme.md b/readme.md index 7358a688..632d339a 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,6 @@ +**Please note, a new beta package is available: [azeventhubs](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/messaging/azeventhubs/README.md) as of [2022-11-09].** +**See the [Migration Guide](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/messaging/azeventhubs/migrationguide.md) for more details.** + # Microsoft Azure Event Hubs Client for Golang [![Go Report Card](https://goreportcard.com/badge/github.com/Azure/azure-event-hubs-go)](https://goreportcard.com/report/github.com/Azure/azure-event-hubs-go) [![godoc](https://godoc.org/github.com/Azure/azure-event-hubs-go?status.svg)](https://godoc.org/github.com/Azure/azure-event-hubs-go) diff --git a/version.go b/version.go index a3c97481..61fb2cf7 100644 --- a/version.go +++ b/version.go @@ -2,5 +2,5 @@ package eventhub const ( // Version is the semantic version number - Version = "3.3.19" + Version = "3.3.20" )