Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jun 19, 2019
1 parent bbe511c commit 5229421
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## v0.1.0 (Released 2019-06-19)

ADDITIONS

- cmd/server: initial storage and HTTP routes for documents
- cmd/server: initial retrieval and proxy of uploaded documents
- cmd/server: support an arbitrary map[string]string on customers
- cmd/server: whitelist only certain CustomerStatus transistions
- cmd/server: ensure a Customer address is validated and Primary
- cmd/server: add routes for adding and approving an Address, updating Customer status
- cmd/server: search Customers in OFAC when they're created
- cmd/server: lookup the latest OFAC search result for Customers on status transistion
- cmd/server: add persistence for storing encrypted SSN's
- cmd/server: save SSN when creating a Customer

BUG FIXES

- cmd/server: include Customer metadata in getCustomer repository method

## v0.0.0 (Released 2019-05-16)

- Initial release
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 customers

const Version = "v0.0.0"
const Version = "v0.1.0"

0 comments on commit 5229421

Please sign in to comment.