Skip to content

Commit 6d1db1b

Browse files
authored
Merge pull request #14 from mbissonho/release/0.1.4
bump 0.1.4
2 parents a34026d + b021172 commit 6d1db1b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.4] - 2023-06-12
9+
10+
### Fixed
11+
- Fix 'Cannot assign null to property' error during integration tests
12+
- Start using Github Actions to ensure module quality
13+
814
## [0.1.3] - 2023-06-12
915

1016
### Added

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.3",
5+
"version": "0.1.4",
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.3">
4+
<module name="Mbissonho_BancoInter" setup_version="0.1.4">
55
<sequence>
66
<module name="Magento_Sales"/>
77
<module name="Magento_Payment"/>

0 commit comments

Comments
 (0)