Skip to content

Commit

Permalink
docs(bumpversion): v8.0.0 → 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi authored and github-actions[bot] committed Mar 14, 2023
1 parent 70b6b57 commit af2357a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v9.0.0 - 2023-03-14

### [9.0.0](https://github.com/eduNEXT/eox-tenant/compare/v8.0.0...v9.0.0) (2023-03-14)

#### ⚠ BREAKING CHANGES

- avoid registering models in services different than LMS
-
- refactor!(DS-434): avoid registering models in services different than LMS (#177) ([70b6b57](https://github.com/eduNEXT/eox-tenant/commit/70b6b576931c9a28ba219e4ee5854ddbd505f759)), closes [#177](https://github.com/eduNEXT/eox-tenant/issues/177)
-

#### Documentation

- add caveats section describing issue with middleware ([#173](https://github.com/eduNEXT/eox-tenant/issues/173)) ([f3745a5](https://github.com/eduNEXT/eox-tenant/commit/f3745a5a2ae6e66cb67fbc92a938172ab52988ea))

## v8.0.0 - 2023-01-31

### [8.0.0](https://github.com/eduNEXT/eox-tenant/compare/v7.0.1...v8.0.0) (2023-01-31)
Expand Down Expand Up @@ -286,6 +301,7 @@
-
-
-
-

### Removed

Expand All @@ -296,6 +312,7 @@
-
-
-
-

## [2.6.0] - 2020-07-02

Expand All @@ -309,6 +326,7 @@
-
-
-
-

## [2.5.0] - 2020-01-03

Expand All @@ -327,6 +345,7 @@
-
-
-
-
- Improve performance get_value_for_org.

## [2.2.0] - 2019-12-20~~
Expand Down
2 changes: 1 addition & 1 deletion eox_tenant/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Init for eox-tenant.
"""
__version__ = '8.0.0'
__version__ = '9.0.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 8.0.0
current_version = 9.0.0
commit = False
tag = False

Expand Down

0 comments on commit af2357a

Please sign in to comment.