This commit is contained in:
Joel Hendrix 2022-12-06 11:14:18 -08:00 коммит произвёл GitHub
Родитель 8a67a58a98
Коммит 0e9e4ef2a1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,9 @@
# Change Log
## `v3.4.0`
-Updated to latest `azure-amqp-common-go` and `go-amqp` modules.
## `v3.3.20`
- 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 (
// Version is the semantic version number
Version = "3.3.20"
Version = "3.4.0"
)