Skip to content

Commit

Permalink
release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Sep 23, 2022
1 parent 1f5ccb9 commit 542a9b8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.5.0 (Released 2022-09-23)

IMPROVEMENTS

- added NewFileFromReader and Reader, replace string with byte array
- added reader that read by record from io, reduce the number of allocations needed using byte array instead of string
- cmd/metro2: fixup server to add timeouts, resolve gosec error
- fix: update ssn validation, reject more invalid SSNs

BUILD

- fix(deps): update golang.org/x/oauth2 digest to f213421
- fix(deps): update module github.com/moov-io/base to v0.35.0

## v0.4.1 (Released 2022-02-28)

BUG FIXES
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

package metro2

const Version = "v0.4.1"
const Version = "v0.5.0"

0 comments on commit 542a9b8

Please sign in to comment.