Skip to content

Commit

Permalink
release v0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Apr 17, 2024
1 parent d740274 commit 7d9af21
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.15.4 (Released 2024-04-17)

IMPROVEMENTS

fix: cap buffer lengths

BUILD

- fix(deps): update module golang.org/x/oauth2 to v0.19.0
- fix(deps): update golang.org/x/exp digest to fe59bbe

## v0.15.3 (Released 2024-03-07)

IMPROVEMENTS
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package wire

// Version is version
const Version = "v0.15.3"
const Version = "v0.15.4"

0 comments on commit 7d9af21

Please sign in to comment.