diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f227e5..cb53c6ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v11.7.0](https://github.com/eduNEXT/eox-tenant/compare/v11.6.0...v11.7.0) - (2024-06-19) +### Added + +- **Integration Tests**: A new GitHub workflow has been added to run + integration tests. These tests validate backend imports and ensure the + `/eox-info` endpoint functions correctly. + ### Changed - **Redwood Support**: Upgrade requirements base on edx-platform redwood diff --git a/README.rst b/README.rst index 7068f538..1a3684c7 100644 --- a/README.rst +++ b/README.rst @@ -31,9 +31,9 @@ Compatibility Notes +------------------+-----------------------+ | Olive | >= 8.0 | +------------------+-----------------------+ -| Palm | >= v10.0.0 | +| Palm | >= v11.7.0 | +------------------+-----------------------+ -| Quince | >= v11.0.0 | +| Quince | >= v11.7.0 | +------------------+-----------------------+ | Redwood | >= v11.7.0 | +------------------+-----------------------+