From 1055929973b241ec14571dccc74843e5e79d6635 Mon Sep 17 00:00:00 2001 From: royduin Date: Fri, 16 Aug 2024 06:42:12 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba290c41..fefa6141c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog -[Unreleased changes](https://github.com/rapidez/core/compare/2.8.0...2.8.0) +[Unreleased changes](https://github.com/rapidez/core/compare/2.9.0...2.9.0) +## [2.9.0](https://github.com/rapidez/core/releases/tag/2.9.0) - 2024-08-16 + +### Added + +- Health check for super attributes (#535) +- Category index scopes Eventy filter (#537) + +### Changed + +- Removed the NoAttributesToSelectSpecifiedException (#543) + +### Fixed + +- Prevent price addition errors in sliders (#536) +- Always attempt to decode attribute values (#520) + ## [2.8.0](https://github.com/rapidez/core/releases/tag/2.8.0) - 2024-07-24 ### Added