Skip to content

Commit

Permalink
release v0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Mar 7, 2024
1 parent 04c2ab9 commit 2679dcb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.15.3 (Released 2024-03-07)

IMPROVEMENTS

- fix: Allow {6100} for CTP, but reject {6110} (matches specification)

BUILD

- fix(deps): update module github.com/prometheus/client_golang to v1.19.0
- fix(deps): update module github.com/stretchr/testify to v1.9.0
- fix(deps): update module golang.org/x/oauth2 to v0.17.0

## v0.15.2 (Released 2024-02-09)

BUG FIXES
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.2"
const Version = "v0.15.3"

0 comments on commit 2679dcb

Please sign in to comment.