Skip to content

Commit 2679dcb

Browse files
committed
release v0.15.3
1 parent 04c2ab9 commit 2679dcb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v0.15.3 (Released 2024-03-07)
2+
3+
IMPROVEMENTS
4+
5+
- fix: Allow {6100} for CTP, but reject {6110} (matches specification)
6+
7+
BUILD
8+
9+
- fix(deps): update module github.com/prometheus/client_golang to v1.19.0
10+
- fix(deps): update module github.com/stretchr/testify to v1.9.0
11+
- fix(deps): update module golang.org/x/oauth2 to v0.17.0
12+
113
## v0.15.2 (Released 2024-02-09)
214

315
BUG FIXES

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package wire
66

77
// Version is version
8-
const Version = "v0.15.2"
8+
const Version = "v0.15.3"

0 commit comments

Comments
 (0)