diff --git a/CHANGELOG.md b/CHANGELOG.md index 257fb9ed..075bd7a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.go b/version.go index 916b4af6..8151c818 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package wire // Version is version -const Version = "v0.15.2" +const Version = "v0.15.3"