diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 72cff9bc..61b045f0 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -9,10 +9,10 @@ jobs: fail-fast: false max-parallel: 1 matrix: - tutor_version: ['<20.0.0', '<21.0.0', 'main'] + tutor_version: ['<21.0.0', '<22.0.0', 'main'] steps: - name: Run Integration Tests - uses: eduNEXT/integration-test-in-tutor@main + uses: eduNEXT/integration-test-in-tutor@v0.1.3 with: tutor_version: ${{ matrix.tutor_version }} app_name: 'eox-tenant' diff --git a/CHANGELOG.md b/CHANGELOG.md index f024cffa..4645d21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v14.2.1](https://github.com/eduNEXT/eox-tenant/compare/v14.2.0...v14.2.1) - (2026-01-20) + +### Changed + +- Update Tutor integration-tests GitHub Action version to avoid integration test failures. + ## [v14.2.0](https://github.com/eduNEXT/eox-tenant/compare/v14.1.2...v14.2.0) - (2025-10-13) ### Changed diff --git a/eox_tenant/__init__.py b/eox_tenant/__init__.py index eb602bd5..6c79cc6c 100644 --- a/eox_tenant/__init__.py +++ b/eox_tenant/__init__.py @@ -1,4 +1,4 @@ """ Init for eox-tenant. """ -__version__ = '14.2.0' +__version__ = '14.2.1' diff --git a/setup.cfg b/setup.cfg index e114855d..b5ef158c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 14.2.0 +current_version = 14.2.1 commit = False tag = False