Skip to content

Commit

Permalink
docs: changelog++
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Aug 16, 2019
1 parent 6c25c35 commit 0b7131b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## v1.1.0 (Unreleased)

BREAKING CHANGES

In our OpenAPI we've renamed fields generated as `Id` to `ID`, which is more in-line with Go's style conventions.

BUG FIXES

- fileHeader: allow immediate origin to be a 10 digit value (See: [#513](https://github.com/moov-io/ach/pull/513) by [@eduardev](https://github.com/eduardev))
Expand All @@ -20,7 +24,7 @@ ADDITIONS
- addenda types: Add RuneCountInString check to Parse(record string) function
- file: create debit ach file and credit ach file from a mixed debit and credit ach file (via `SegmentFile`) (see [#528](https://github.com/moov-io/ach/issues/528))
- cmd/server: add environment variables to override command line flags (`-http.addr` and `-log.format`)
- file: support ADV files in (*File).SegmentFile(...)
- file: support ADV and IAT files in (*File).SegmentFile(...)
- cmd/server: bind HTTP server with TLS if HTTPS_* variables are defined
- cmd/server: add endpoints for segmenting files into debits and credits

Expand All @@ -30,6 +34,7 @@ BUILD
- Fix `moov/achfuzz` docker image build
- api: inline parameters to fix codegen crash
- build: push moov/ach:latest and update docs accordingly
- chore(deps): update module prometheus/client_golang to v1.1.0

## v1.0.0 (Released 2019-03-26)

Expand Down

0 comments on commit 0b7131b

Please sign in to comment.