Skip to content

Commit

Permalink
Version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Goltsov committed Jan 4, 2022
1 parent 4d745c2 commit 4deda79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.1.1] - 2022-01-04
### Fixed
- Installation instructions in the README.md file were updated


## [3.1.0] - 2021-10-19
### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastercard/module-simplifycommerce",
"version": "3.1.0",
"version": "3.1.1",
"description": "Mastercard Simplify Commerce",
"license": "proprietary",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion lib/SimplifyAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct($publicKey, $privateKey)

Simplify::$publicKey = $publicKey;
Simplify::$privateKey = $privateKey;
Simplify::$userAgent = 'Magento-3.1.0';
Simplify::$userAgent = 'Magento-3.1.1';
}

/**
Expand Down

0 comments on commit 4deda79

Please sign in to comment.