From 29e632ab158f5a19411f5faa1c6ec44c52c7d906 Mon Sep 17 00:00:00 2001 From: mariajgrimaldi Date: Mon, 20 Mar 2023 18:26:49 +0000 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=20v8.0.0=20=E2=86=92=208.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 +++++++++- eox_core/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) 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