Skip to content

Commit 29e632a

Browse files
mariajgrimaldigithub-actions[bot]
authored andcommitted
docs(bumpversion): v8.0.0 → 8.1.0
1 parent 3773f3d commit 29e632a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v8.0.0...HEAD)
8+
## [Unreleased](https://github.com/eduNEXT/eox-core/compare/v8.1.0...HEAD)
99

1010
Please do not update the unreleased notes.
1111

1212
<!-- Content should be placed here -->
13+
## [v8.1.0](https://github.com/eduNEXT/eox-core/compare/v8.0.0...v8.1.0) - 2023-03-20
14+
15+
### [8.1.0](https://github.com/eduNEXT/eox-core/compare/v8.0.0...v8.1.0) (2023-03-20)
16+
17+
#### Features
18+
19+
- allow sentry to receive extra params ([#248](https://github.com/eduNEXT/eox-core/issues/248)) ([3773f3d](https://github.com/eduNEXT/eox-core/commit/3773f3d74136f47a10ba49751744235e782324d0))
20+
1321
## [v8.0.0](https://github.com/eduNEXT/eox-core/compare/v7.2.3...v8.0.0) - 2023-01-31
1422

1523
### [8.0.0](https://github.com/eduNEXT/eox-core/compare/v7.2.3...v8.0.0) (2023-01-31)

eox_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Init for main eox-core app
33
"""
4-
__version__ = '8.0.0'
4+
__version__ = '8.1.0'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 8.0.0
2+
current_version = 8.1.0
33
commit = False
44
tag = False
55

0 commit comments

Comments
 (0)