Skip to content

Commit

Permalink
docs(bumpversion): v6.3.0 → 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu authored and github-actions[bot] committed Dec 19, 2022
1 parent c45c3e6 commit b35cc73
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## v7.0.0 - 2022-12-19

### [7.0.0](https://github.com/eduNEXT/eox-tenant/compare/v6.3.0...v7.0.0) (2022-12-19)

#### ⚠ BREAKING CHANGES

- drop unnecessary certificate proxy
-
- feat: add pipeline step that filter render certificates by organization
-
- refactor: drop unnecessary backend
-
- fix: fix quality tests
-

#### Performance Improvements

- filter certificates by org and remove certificate proxy ([#157](https://github.com/eduNEXT/eox-tenant/issues/157)) ([773ac40](https://github.com/eduNEXT/eox-tenant/commit/773ac4046dc5913efee7cc247985a3625a0cdb64))

#### Continuous Integration

- update the changelog updater step in bumpversion ([c45c3e6](https://github.com/eduNEXT/eox-tenant/commit/c45c3e68aedbc94a997806353571b081847904b2))

## v6.3.0 - 2022-11-22

### [6.3.0](https://github.com/eduNEXT/eox-tenant/compare/v6.2.0...v6.3.0) (2022-11-22)
Expand Down Expand Up @@ -238,6 +261,7 @@
-
-
-
-

### Removed

Expand All @@ -246,6 +270,7 @@
-
-
-
-

## [2.6.0] - 2020-07-02

Expand All @@ -257,6 +282,7 @@
-
-
-
-

## [2.5.0] - 2020-01-03

Expand All @@ -273,6 +299,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__ = '6.3.0'
__version__ = '7.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 = 6.3.0
current_version = 7.0.0
commit = False
tag = False

Expand Down

0 comments on commit b35cc73

Please sign in to comment.