Skip to content

Commit

Permalink
Bump version to v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed May 16, 2023
1 parent 50608a8 commit 2efc1af
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,4 +1,4 @@
## v0.15.2 (unreleased)
## v0.15.2 (2023-05-16)

* *(client)* Changed member-fetching methods to clear existing member info in
state store.
Expand All @@ -11,6 +11,8 @@
transactions.
* *(util)* Added a zerolog `CallerMarshalFunc` implementation that includes the
function name.
* *(bridge)* Added error reply to encrypted messages if the bridge isn't
configured to do encryption.

## v0.15.1 (2023-04-16)

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
)

const Version = "v0.15.1"
const Version = "v0.15.2"

var GoModVersion = ""
var Commit = ""
Expand Down

0 comments on commit 2efc1af

Please sign in to comment.