Skip to content

Commit

Permalink
release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atonks2 committed Jul 15, 2022
1 parent 6e14916 commit ca06f87
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
## v0.9.0-rc1 (Released 2022-06-28)
## v0.9.0 (Released 2022-07-15)

ADDITIONS

- all: support variable length fields
- feat: support variable length fields

IMPROVEMENTS

- cmd/server: call validate after creating Wire file via JSON

BUILD

- build: upgrade to Go 1.18 for docker images
- build: update module github.com/moov-io/base to v0.32.0
- build: update module github.com/prometheus/client_golang to v1.12.2
- build: update module github.com/stretchr/testify to v1.8.0
- build: update module golang.org/x/oauth2 to v0.0.0-20220630143837-2104d58473e0

## v0.8.0 (Released 2022-02-09)

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.9.0-rc1"
const Version = "v0.9.0"

0 comments on commit ca06f87

Please sign in to comment.