Skip to content

Commit

Permalink
Merge pull request #381 from ebanx/release/2.16.1
Browse files Browse the repository at this point in the history
Version bump 2.16.1
  • Loading branch information
André Starosta authored Oct 28, 2019
2 parents 5aefc8c + 01221f6 commit 65e4289
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# CHANGELOG
##2.16.1
* Fix - Fix Serialize Functions [#380](https://github.com/ebanx/magento-gateway-ebanx/pull/380)

## 2.16.0
* Fix - Fix Address split [#378](https://github.com/ebanx/magento-gateway-ebanx/pull/378)
* Feature - Add support for Refund/Chargeback notifications [#377](https://github.com/ebanx/magento-gateway-ebanx/pull/377)
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Ebanx/Gateway/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Ebanx_Gateway>
<version>2.16.0</version>
<version>2.16.1</version>
</Ebanx_Gateway>
</modules>
<global>
Expand Down
2 changes: 1 addition & 1 deletion tests/magento/cypress.env.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"DEMO_INTEREST_RATE": 5.50,
"DEMO_BENJAMIN": "Benjamin",
"DEMO_PLATFORM": "from_magento",
"DEMO_PLATFORM_VERSION": "2.16.0",
"DEMO_PLATFORM_VERSION": "2.16.1",
"DEMO_CURRENCY": "USD"
}

0 comments on commit 65e4289

Please sign in to comment.