diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ce03d0a..22686fbd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,19 @@ 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/v10.1.0...HEAD) +## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v10.2.0...HEAD) Please do not update the unreleased notes. +## [v10.2.0](https://github.com/eduNEXT/eox-core/compare/v10.1.0...v10.2.0) - 2024-05-17 + +### [10.2.0](https://github.com/eduNEXT/eox-core/compare/v10.1.0...v10.2.0) (2024-05-17) + +#### Features + +* added logs to errors imports ([#259](https://github.com/eduNEXT/eox-core/issues/259)) ([50cb82e](https://github.com/eduNEXT/eox-core/commit/50cb82e07c0f25f8b45c6ed672cbc790e0862a26)) + ## [v10.1.0](https://github.com/eduNEXT/eox-core/compare/v10.0.0...v10.1.0) - 2024-03-19 ### [10.1.0](https://github.com/eduNEXT/eox-core/compare/v10.0.0...v10.1.0) (2024-03-19) diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 18f3c155b..84e0bff08 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '10.1.0' +__version__ = '10.2.0' diff --git a/setup.cfg b/setup.cfg index c3d3f638d..5c3abf167 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 10.1.0 +current_version = 10.2.0 commit = False tag = False