diff --git a/CHANGELOG.md b/CHANGELOG.md index acd6bed..ee0c1bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/Siteation/magento2-storeinfo/compare/1.0.0...main +## 1.1.0 - 2024-12-28 + +### Added +- Template for services menu +- Option to drag the menu item position + +### Changed +- Hyvä Tailwind classes to be configurable trough xml arguments + ## 1.0.0 - 2024-03-16 Initial release 🎉 diff --git a/composer.json b/composer.json index 807f4f6..d0133fd 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "siteation/magento2-storeinfo-menus", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "type": "magento2-module", "description": "Get your store menus with ease",