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

Commit

Permalink
bump to next minor version: v0.4.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed May 23, 2019
1 parent 18df7fa commit 1d95792
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.4.0 (Unreleased)

ADDITIONS

- cmd/server: add endpoint for reversing a transaction

BUG FIXES

- cmd/server: add another format for Transaction timestamps

BUILD

- vendor: update github.com/gorilla/mux to v1.7.2

## v0.3.0 (Released 2019-05-20)

BREAKING CHANGES
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"
const Version = "v0.4.0-dev"

0 comments on commit 1d95792

Please sign in to comment.