Skip to content

Commit

Permalink
release v1.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Aug 14, 2024
1 parent 5b5a75a commit ede347b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v1.41.1 (Released 2024-08-14)

IMPROVEMENTS

- fix: allow ForeignExchangeReferenceIndicator=0 when ForeignExchangeIndicator=FF
- fix: correctly reverse loan transaction codes, test GL credit/debit

BUILD

- build(deps): bump golang from 1.22-alpine to 1.23-alpine
- build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0
- build(deps): bump golang.org/x/text from 0.16.0 to 0.17.0
- build(deps): bump rexml from 3.3.2 to 3.3.3 in /docs
- build(deps-dev): bump github-pages from 231 to 232 in /docs
- build: convert docker-compose to docker compose

## v1.41.0 (Released 2024-07-29)

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.41.0"
const Version = "v1.41.1"

0 comments on commit ede347b

Please sign in to comment.