Skip to content

Commit

Permalink
release v0.12.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Oct 16, 2019
1 parent 570afc3 commit de84a7e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.12.0 (Unreleased)

ADDITIONS

- cmd/server: add histogram for match percentages
- cmd/ofaccheck: initial setup of a cli tool for batch searches

BUILD

- chore(deps): update mui monorepo to v4.5.1

## v0.11.0 (Released 2019-10-08)

This release adds a web interface for OFAC (developed by [Linden Lab](https://www.lindenlab.com/)) which allows for easier querying from desktop and mobile browsers. Also added are query params to apply additional filtering (exmaple: `sdnType=individual`) and we have improved match percentages to closer mirror the [official OFAC search tool](https://sanctionssearch.ofac.treas.gov/).
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.12.0-dev"
const Version = "v0.12.0-rc1"

0 comments on commit de84a7e

Please sign in to comment.