diff --git a/CHANGELOG.md b/CHANGELOG.md index c3145f927..72fba6bb6 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/v8.1.0...HEAD) +## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v8.2.0...HEAD) Please do not update the unreleased notes. +## [v8.2.0](https://github.com/eduNEXT/eox-core/compare/v8.1.0...v8.2.0) - 2023-11-18 + +### [8.2.0](https://github.com/eduNEXT/eox-core/compare/v8.1.0...v8.2.0) (2023-11-18) + +#### Features + +- add string represantion to exc_value ([#251](https://github.com/eduNEXT/eox-core/issues/251)) ([1eacfb5](https://github.com/eduNEXT/eox-core/commit/1eacfb5fd5ad43cc69ede869e8227d59c3fc818d)), closes [/github.com/eduNEXT/eox-core/blob/v6.1.0/eox_core/integrations/sentry.py#L154](https://github.com/eduNEXT//github.com/eduNEXT/eox-core/blob/v6.1.0/eox_core/integrations/sentry.py/issues/L154) + ## [v8.1.0](https://github.com/eduNEXT/eox-core/compare/v8.0.0...v8.1.0) - 2023-03-20 ### [8.1.0](https://github.com/eduNEXT/eox-core/compare/v8.0.0...v8.1.0) (2023-03-20) diff --git a/eox_core/__init__.py b/eox_core/__init__.py index c1e8421be..d089f5db5 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '8.1.0' +__version__ = '8.2.0' diff --git a/setup.cfg b/setup.cfg index 8f8e8defb..e1918de24 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 8.1.0 +current_version = 8.2.0 commit = False tag = False