Skip to content

Commit 7ce173d

Browse files
committed
release v0.9.0-rc1
1 parent 311f46e commit 7ce173d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -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+
113
## v0.8.0 (Released 2019-06-19)
214

315
BREAKING CHANGES

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
package ofac
66

7-
const Version = "v0.8.1-dev"
7+
const Version = "v0.9.0-rc1"

0 commit comments

Comments
 (0)