diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e57306..0bb108d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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). +## [1.1.4](https://github.com/imgix/magento/compare/v1.1.3...v1.1.4) (2022-08-22) + +- Update system config value after save + ## [1.1.3](https://github.com/imgix/magento/compare/v1.1.2...v1.1.3) (2022-06-01) - Update module to be compatible with Magento v2.4.4 diff --git a/composer.json b/composer.json index b5a7e37..80b0da7 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "imgix/magento", "description": "imgix extension to search and select product images within Magento 2/Adobe Commerce", "type": "magento2-module", - "version": "1.1.3", + "version": "1.1.4", "license": "BSD-2-Clause", "authors": [ { diff --git a/etc/module.xml b/etc/module.xml index 12c0327..917f759 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +