Skip to content

Commit

Permalink
Merge pull request #143 from Azure/release203
Browse files Browse the repository at this point in the history
Bump version to 2.0.3
  • Loading branch information
devigned committed Oct 3, 2019
2 parents a106c43 + fbb9569 commit 6db7264
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Change Log

## `head`
- fix send on closed channel for GetLeases

## `v2.0.3`
- fix send on closed channel for GetLeases [#142](https://github.com/Azure/azure-event-hubs-go/issues/142)

## `v2.0.2`
- enable partitionKey for sendBatch to fix [#128](https://github.com/Azure/azure-event-hubs-go/issues/128)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package eventhub

const (
// Version is the semantic version number
Version = "2.0.2"
Version = "2.0.3"
)

0 comments on commit 6db7264

Please sign in to comment.