Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Commit f3383f2

Browse files
authored
Update to the GA version of go-amqp (#73)
1 parent 3c27c0b commit f3383f2

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## `v4.2.0`
4+
- Update to the GA verison of go-amqp
5+
36
## `v4.1.0`
47
- Update to the latest go-amqp
58
[PR#72](https://github.com/Azure/azure-amqp-common-go/pull/72)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/Azure/azure-amqp-common-go/v4
33
go 1.18
44

55
require (
6-
github.com/Azure/go-amqp v0.19.0
6+
github.com/Azure/go-amqp v1.0.0
77
github.com/Azure/go-autorest/autorest v0.11.18
88
github.com/Azure/go-autorest/autorest/adal v0.9.13
99
github.com/devigned/tab v0.1.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/Azure/go-amqp v0.19.0 h1:LSkPtyUxv/hJWxWXFd52SqRaAMuwOXEOzKrXS9JM5U0=
2-
github.com/Azure/go-amqp v0.19.0/go.mod h1:+bg0x3ce5+Q3ahCEXnCsGG3ETpDQe3MEVnOuT2ywPwc=
1+
github.com/Azure/go-amqp v1.0.0 h1:QfCugi1M+4F2JDTRgVnRw7PYXLXZ9hmqk3+9+oJh3OA=
2+
github.com/Azure/go-amqp v1.0.0/go.mod h1:+bg0x3ce5+Q3ahCEXnCsGG3ETpDQe3MEVnOuT2ywPwc=
33
github.com/Azure/go-autorest v14.2.0+incompatible h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs=
44
github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24=
55
github.com/Azure/go-autorest/autorest v0.11.18 h1:90Y4srNYrwOtAgVo3ndrQkTYn6kf1Eg/AjTFJ8Is2aM=

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package common
22

33
const (
44
// Version is the semantic version of the library
5-
Version = "4.1.0"
5+
Version = "4.2.0"
66
)

0 commit comments

Comments
 (0)