Skip to content

Commit

Permalink
release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Oct 19, 2023
1 parent d8a7b07 commit 44e6adb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v0.14.0 (Released 2023-10-19)

IMPROVEMENTS

- feat: FAIM 3.0.6 Fixed ID Code/Identifier validation
- feat: implemted new field parser functions, updated record parse, format functions
- fix: FAIM 3.0.6 Updated alphanumeric regex
- fix: parse error with max length fix error tests
- fix: wrong response data in server
- test: updates after requiring error in NewTagMaxLengthErr(..)

BUILD

- build: fix openshift image, update to ubi9
- build(deps): bump golang.org/x/net to 0.17.0
- chore(deps): update dependency jekyll-feed to v0.17.0
- fix(deps): update module github.com/moov-io/base to v0.47.0
- fix(deps): update module github.com/prometheus/client_golang to v1.17.0
- fix(deps): update module golang.org/x/oauth2 to v0.13.0
- test: switch to Go's fuzz setup

## v0.13.3 (Released 2023-04-03)

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.13.3"
const Version = "v0.14.0"

0 comments on commit 44e6adb

Please sign in to comment.