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

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed May 20, 2019
1 parent eef97db commit e34212e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ADDITIONS
- cmd/server: transactions: setup initial sqlite persistence for transactions
- cmd/server: add 'balance' to account creation to track initial balance
- cmd/server: compute overdraft correctly by rejecting accounts in the negative
- all: add customerId as query parameter to account search

BUG FIXES

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 accounts

const Version = "v0.3.0-rc7"
const Version = "v0.3.0"

0 comments on commit e34212e

Please sign in to comment.