Skip to content

Commit

Permalink
release v1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Mar 13, 2024
1 parent fb0abdc commit 6949b67
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v1.36.0 (Released 2024-03-13)

This release of moov-io/ach contains some major performance improvements to `MergeFiles(...)`. We have tested this new implementation and are confident that merged files contain all of the input files, but if you encounter any issues [please open an issue](https://github.com/moov-io/ach/issues/new/choose).

IMPROVEMENTS

- docs: add links to http endpoints where features overlap
- docs: clarify what isn't supported by MergeFiles
- refactor: improve merge performance
- test: add checks for pickOutFile, findOutBatch and lineCount

BUILD

- build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0

## v1.35.1 (Released 2024-03-04)

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

// Version Number
const Version = "v1.35.1"
const Version = "v1.36.0"

0 comments on commit 6949b67

Please sign in to comment.