Skip to content

Commit

Permalink
Updating to let people know that there's a new beta package if they'd…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
richardpark-msft authored Nov 10, 2022
1 parent d9a8850 commit 571caa4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package eventhub

const (
// Version is the semantic version number
Version = "3.3.19"
Version = "3.3.20"
)

0 comments on commit 571caa4

Please sign in to comment.