Skip to content

Commit

Permalink
release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Apr 25, 2019
1 parent 0cd1c3b commit 4aa21a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
## v0.7.0 (Unreleased)

TODO(adam): this should probably be v0.7.0
## v0.7.0 (Released 2019-04-25)

ADDITIONS

Expand All @@ -11,6 +9,11 @@ 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"
- cmd/server: support -log.format=json

BUG FIXES

- cmd/server: add missing database/sql Rows.Close()

BUILD

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

0 comments on commit 4aa21a6

Please sign in to comment.