Skip to content

Commit 85b2f4a

Browse files
authored
Merge pull request #12 from mbissonho/release/0.1.3
bump 0.1.3
2 parents bd7b01b + f1356d2 commit 85b2f4a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.3] - 2023-06-12
9+
10+
### Added
11+
- Add initial MFTF and integration tests
12+
813
## [0.1.2] - 2023-04-24
914

1015
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mbissonho/module-bancointer",
33
"description": "Magento 2 Module Banco Inter by mbissonho",
44
"type": "magento2-module",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"require": {
77
"guzzlehttp/guzzle": "7.5.*"
88
},

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
4-
<module name="Mbissonho_BancoInter" setup_version="0.1.2">
4+
<module name="Mbissonho_BancoInter" setup_version="0.1.3">
55
<sequence>
66
<module name="Magento_Sales"/>
77
<module name="Magento_Payment"/>

0 commit comments

Comments
 (0)