Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
candrasaputra committed Sep 30, 2021
1 parent 3496d4d commit 5c7235e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 3.1.0 (2021-08-09)
Improvements:
- Add Shopeepay payment method
- Add WA and SMS notification

## 3.0.1 (2021-08-09)

Bugfix:
Expand Down
2 changes: 1 addition & 1 deletion Xendit/M2Invoice/Helper/ApiRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private function getHeaders($isPublicRequest, $preferredMethod = null, $customHe
'Content-Type' => 'application/json',
'x-plugin-name' => 'MAGENTO2',
'user-agent' => 'Magento 2 Module',
'x-plugin-version' => '3.0.1'
'x-plugin-version' => '3.1.0'
];

if ($preferredMethod !== null) {
Expand Down
2 changes: 1 addition & 1 deletion Xendit/M2Invoice/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xendit/m2invoice",
"description": "Xendit Payment Gateway Module",
"type": "magento2-module",
"version": "3.0.1",
"version": "3.1.0",
"license": [
"GPL-3.0"
],
Expand Down

0 comments on commit 5c7235e

Please sign in to comment.