We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c2ab9 commit 2679dcbCopy full SHA for 2679dcb
CHANGELOG.md
@@ -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
13
## v0.15.2 (Released 2024-02-09)
14
15
BUG FIXES
version.go
@@ -5,4 +5,4 @@
package wire
// Version is version
-const Version = "v0.15.2"
+const Version = "v0.15.3"
0 commit comments