diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f22572a..c3145f92 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.0.0...HEAD) +## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v8.1.0...HEAD) Please do not update the unreleased notes. +## [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) + +#### Features + +- allow sentry to receive extra params ([#248](https://github.com/eduNEXT/eox-core/issues/248)) ([3773f3d](https://github.com/eduNEXT/eox-core/commit/3773f3d74136f47a10ba49751744235e782324d0)) + ## [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) diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 7920a3e9..c1e8421b 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '8.0.0' +__version__ = '8.1.0' diff --git a/setup.cfg b/setup.cfg index 3ab3815c..8f8e8def 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 8.0.0 +current_version = 8.1.0 commit = False tag = False