Skip to content

Commit

Permalink
release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atonks2 committed Nov 28, 2023
1 parent 89cb4d6 commit 1d92afc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.14.1"
const Version = "v0.15.0"

0 comments on commit 1d92afc

Please sign in to comment.