diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e199be..3c6eecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/d3datadevelopment/oxidservicebridges/compare/2.0.2.0...rel_2.x) +## [Unreleased](https://github.com/d3datadevelopment/oxidservicebridges/compare/2.1.1.0...rel_2.x) + +## [2.1.1.0](https://github.com/d3datadevelopment/oxidservicebridges/compare/2.1.0.0...2.1.1.0) - 2024-12-04 + +### Added + +- available for OXID 7.2 ## [2.1.0.0](https://github.com/d3datadevelopment/oxidservicebridges/compare/2.0.1.0...2.1.0.0) - 2024-09-09 diff --git a/composer.json b/composer.json index 88ae8bb..5c7fa3d 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ ], "require": { "php": "^8.0", - "oxid-esales/oxideshop-ce": "7.0 - 7.1" + "oxid-esales/oxideshop-ce": "7.0 - 7.2" }, "autoload": { "psr-4": {