update changelog and version
This commit is contained in:
Родитель
2f4136d617
Коммит
5fce436f45
|
@ -1,8 +1,10 @@
|
|||
# Change Log
|
||||
|
||||
## `master`
|
||||
|
||||
## `v0.3.0`
|
||||
- add opentracing support
|
||||
- upgrade amqp to pull in the changes where close accepts context
|
||||
- upgrade amqp to pull in the changes where close accepts context (breaking change)
|
||||
|
||||
## `v0.2.4`
|
||||
- connection string keys are case insensitive
|
||||
|
|
|
@ -2,5 +2,5 @@ package common
|
|||
|
||||
const (
|
||||
// Version is the semantic version of the library
|
||||
Version = "0.2.4"
|
||||
Version = "0.3.0"
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче