diff --git a/CHANGELOG.md b/CHANGELOG.md index 514c392f6..8f22572a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,23 @@ 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). -## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v7.2.3...HEAD) +## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v8.0.0...HEAD) Please do not update the unreleased notes. +## [v8.0.0](https://github.com/eduNEXT/eox-core/compare/v7.2.3...v8.0.0) - 2023-01-31 + +### [8.0.0](https://github.com/eduNEXT/eox-core/compare/v7.2.3...v8.0.0) (2023-01-31) + +#### ⚠ BREAKING CHANGES + +- add compatibility with olive + +#### Performance Improvements + +- add compatibility with Open edX olive release ([#244](https://github.com/eduNEXT/eox-core/issues/244)) ([517b603](https://github.com/eduNEXT/eox-core/commit/517b603e593648d9cfbb1152349f9909b93547f9)) + ## [v7.2.3](https://github.com/eduNEXT/eox-core/compare/v7.2.2...v7.2.3) - 2023-01-12 ### [7.2.3](https://github.com/eduNEXT/eox-core/compare/v7.2.2...v7.2.3) (2023-01-12) diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 3f1201c1d..7920a3e91 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '7.2.3' +__version__ = '8.0.0' diff --git a/setup.cfg b/setup.cfg index 454d40c68..3ab3815cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.2.3 +current_version = 8.0.0 commit = False tag = False