Prepare v3.4.0 release (#283)
This commit is contained in:
Родитель
8a67a58a98
Коммит
0e9e4ef2a1
|
@ -1,5 +1,9 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## `v3.4.0`
|
||||||
|
|
||||||
|
-Updated to latest `azure-amqp-common-go` and `go-amqp` modules.
|
||||||
|
|
||||||
## `v3.3.20`
|
## `v3.3.20`
|
||||||
|
|
||||||
- Fixed issue with a lease existing on start [#277](https://github.com/Azure/azure-event-hubs-go/pull/277)
|
- Fixed issue with a lease existing on start [#277](https://github.com/Azure/azure-event-hubs-go/pull/277)
|
||||||
|
|
|
@ -2,5 +2,5 @@ package eventhub
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// Version is the semantic version number
|
// Version is the semantic version number
|
||||||
Version = "3.3.20"
|
Version = "3.4.0"
|
||||||
)
|
)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче