Skip to content

Commit

Permalink
Release 3.8.6
Browse files Browse the repository at this point in the history
* Added support to ACH and Level 2 & 3 fields (CS2)
* Added Palestine Country code (CS1/CS2)
* API Updates: Payments (CS2)
* API updates: Accounts & Sessions (CS2)
  • Loading branch information
a-ibarra committed Aug 4, 2022
1 parent 78de2fd commit e6d54c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: build-release
on:
push:
branches:
- master
- v3
paths:
- Directory.Build.props
jobs:
deploy:
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/v3'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>3.8.5</Version>
<Version>3.8.6</Version>
</PropertyGroup>
</Project>

0 comments on commit e6d54c7

Please sign in to comment.