Skip to content

Commit

Permalink
bump version and add change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
devigned committed Apr 17, 2019
1 parent bf33d82 commit 56547db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change Log

## `head`
## `v1.1.4`
- update to amqp 0.11.0 and change sender to use unsettled rather than receiver second mode

## `v1.1.3`
- fix leak in partition persistence
Expand Down
2 changes: 1 addition & 1 deletion hub.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const (
rootUserAgent = "/golang-event-hubs"

// Version is the semantic version number
Version = "1.1.3"
Version = "1.1.4"
)

type (
Expand Down

0 comments on commit 56547db

Please sign in to comment.