Skip to content

Commit

Permalink
release v0.7.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Mar 8, 2019
1 parent 4f4984e commit 1ae3dda
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v0.7.0 (Unreleased)

TODO(adam): this should probably be v0.7.0

ADDITIONS

- cmd/server: support GET /search?q=... for searching SDN names, alt names, and address field

IMPROVEMENTS

- cmd/server: set CORS headers in ping route
- cmd/server: UTF-8 normalize names during pre-computation
- cmd/server: re-order SDN names where surname precedes "first name"

BUILD

- Update to Go 1.12

## v0.6.0 (Released 2019-02-26)

IMPROVEMENTS
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 ofac

const Version = "v0.6.1-dev"
const Version = "v0.7.0-rc1"

0 comments on commit 1ae3dda

Please sign in to comment.