Skip to content

Commit

Permalink
Merge pull request #12 from mbissonho/release/0.1.3
Browse files Browse the repository at this point in the history
bump 0.1.3
  • Loading branch information
mbissonho committed Jun 12, 2023
2 parents bd7b01b + f1356d2 commit 85b2f4a
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
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
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).

## [0.1.3] - 2023-06-12

### Added
- Add initial MFTF and integration tests

## [0.1.2] - 2023-04-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mbissonho/module-bancointer",
"description": "Magento 2 Module Banco Inter by mbissonho",
"type": "magento2-module",
"version": "0.1.2",
"version": "0.1.3",
"require": {
"guzzlehttp/guzzle": "7.5.*"
},
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Mbissonho_BancoInter" setup_version="0.1.2">
<module name="Mbissonho_BancoInter" setup_version="0.1.3">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Payment"/>
Expand Down

0 comments on commit 85b2f4a

Please sign in to comment.