This commit is contained in:
David Justice 2018-04-12 10:24:25 -07:00
Родитель 2f4136d617
Коммит 5fce436f45
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 2B44C6BF9F416319
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -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"
)