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

Commit

Permalink
release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Aug 19, 2019
1 parent 1182226 commit 2955e02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.6.0 (Unreleased)
## v0.6.0 (Released 2019-08-19)

Version v0.6.0 of Paygate is the largest change so far in Paygate's history. This release contains changes to support multiple ACH file upload protocols (SFTP - SSH file transfers), a more responsive local development setup, secure and validated TLS connections between paygate and all of its dependencies, versioned database migrations, and several other improvements.

Expand Down Expand Up @@ -58,6 +58,8 @@ IMPROVEMENTS
- micro-deposits: don't persist (and thus don't check) inversing debit
- build: update docker images (for tests) and download tools instead
- depositories: improve logging
- pkg/achclient: ignore 404's when deleting ACH files
- build: upgrade github.com/moov-io/base to v0.10.0

BUILD

Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

package version

const Version = "v0.6.0-rc5"
const Version = "v0.6.0"

0 comments on commit 2955e02

Please sign in to comment.