diff --git a/CHANGELOG.md b/CHANGELOG.md index 828c11c8..4ad83233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v0.15.0 (Released 2023-11-28) + +ADDITIONS + +- cmd/server: introduced query parameters for ValidationOptions when uploading raw files + +BUILD + +- fix(deps): update module github.com/moov-io/base to v0.48.2 +- fix(deps): update module golang.org/x/oauth2 to v0.14.0 +- fix(deps): update module golang.org/x/text to v0.14.0 +- fix(deps): update module github.com/gorilla/mux to v1.8.1 + ## v0.14.1 (Released 2023-10-19) IMPROVEMENTS diff --git a/version.go b/version.go index c04d6d30..43006dc4 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package wire // Version is version -const Version = "v0.14.1" +const Version = "v0.15.0"