Skip to content

Commit

Permalink
Prepare changes for 2.8.1 release (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodsowdagar authored Jun 25, 2021
1 parent 3fcb78f commit 5f4e958
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
Expand Up @@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.8.1] - 2021-06-25
### Fixed
- Fixed a bug related to TypeError in ShipmentSaveAfterObserver. (Thanks to @Davie82)
- Fixed a bug related to GET notifications where orders would stay in pending_payment status

## [2.8.0] - 2021-06-17
### Added
Expand Down
2 changes: 1 addition & 1 deletion Util/VersionUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __construct(
*/
public function getPluginVersion(): string
{
return '2.10.0';
return '2.10.1';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multisafepay/magento2-core",
"description": "MultiSafepay module for Magento 2",
"version": "2.8.0",
"version": "2.8.1",
"require": {
"multisafepay/php-sdk": "^5.1",
"php-http/guzzle6-adapter": "*",
Expand Down

0 comments on commit 5f4e958

Please sign in to comment.