Skip to content

Commit

Permalink
release v0.9.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
atonks2 committed Jun 28, 2022
1 parent 78fd020 commit 1ac036f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.9.0-rc1 (Released 2022-06-28)

ADDITIONS

- all: support variable length fields

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

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

0 comments on commit 1ac036f

Please sign in to comment.