From 73f9d11ad40d1e787f9be5b1078e9063eacd2e73 Mon Sep 17 00:00:00 2001 From: Bryann Valderrama <64033729+BryanttV@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:18:51 -0500 Subject: [PATCH] docs: update changelog and docs (#214) --- CHANGELOG.md | 6 ++++++ README.rst | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 | +------------------+-----------------------+