Skip to content

Commit

Permalink
Fixing changelog and version - it was behind so my version bump was i…
Browse files Browse the repository at this point in the history
…ncorrect. (#254)

Changelog and version.go were actually behind by more than one release, so I needed to correct it.
  • Loading branch information
richardpark-msft authored Apr 28, 2022
1 parent e473b7e commit 15b4b52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Change Log

## `v3.3.17`
## `v3.3.18`

- Fixing issue where the LeaserCheckpointer could fail with a "ContainerAlreadyExists" error. (#253)

## `v3.3.17`

Updating to the latest go-amqp and azure-amqp-common-go to take advantage of some underlying reliability and interface improvements (#245)

## `v3.3.16`

- Exporting a subset of AMQP message properties for the Dapr project.
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 = "3.3.17"
Version = "3.3.18"
)

0 comments on commit 15b4b52

Please sign in to comment.