Skip to content

Commit

Permalink
Mark module as deprecated (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Jul 31, 2023
1 parent c07509c commit 07e5a11
Show file tree
Hide file tree
Showing 3 changed files with 6 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.6.1`

- Deprecate module. Use github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs instead.

## `v3.6.0`

- Updated to latest `azure-amqp-common-go` and GA version of `go-amqp` modules.
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: use github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs instead
module github.com/Azure/azure-event-hubs-go/v3

go 1.18
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.6.0"
Version = "3.6.1"
)

0 comments on commit 07e5a11

Please sign in to comment.