diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a4e12..a55d558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 76b5e8a..a9b458a 100644 --- a/composer.json +++ b/composer.json @@ -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.*" }, diff --git a/etc/module.xml b/etc/module.xml index bf987a3..416224e 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,7 +1,7 @@ - +