We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311f46e commit 7ce173dCopy full SHA for 7ce173d
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## v0.9.0 (Unreleased)
2
+
3
+ADDITIONS
4
5
+- cmd/server: Include the BIS Denied Person's List data in search endpoints
6
7
+IMPROVEMENTS
8
9
+- build: push moov/ofac:latest on 'make release-push'
10
+- docs: update docs.moov.io links after design refresh
11
+- build: update dependencies
12
13
## v0.8.0 (Released 2019-06-19)
14
15
BREAKING CHANGES
version.go
@@ -4,4 +4,4 @@
package ofac
-const Version = "v0.8.1-dev"
+const Version = "v0.9.0-rc1"
0 commit comments