Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update changelog and docs #214

Merged
merged 4 commits into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 was added to run the integration
BryanttV marked this conversation as resolved.
Show resolved Hide resolved
tests. An integration test was included to validate backend imports and
another to validate that the `/eox-info` endpoint works correctly.

### Changed

- **Redwood Support**: Upgrade requirements base on edx-platform redwood
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+------------------+-----------------------+
Expand Down
Loading