diff --git a/CHANGELOG.md b/CHANGELOG.md index 1df576e..485f5ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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). +## v6.2.0 - 2024-05-24 + +### [6.2.0](https://github.com/eduNEXT/eox-hooks/compare/v6.1.0...v6.2.0) (2024-05-24) + +#### Features + +* add test integration ([#50](https://github.com/eduNEXT/eox-hooks/issues/50)) ([bfad685](https://github.com/eduNEXT/eox-hooks/commit/bfad685339eb4e5214596ffe57d9ef3c827c80d5)) + ## v6.1.0 - 2024-03-19 ### [6.1.0](https://github.com/eduNEXT/eox-hooks/compare/v6.0.0...v6.1.0) (2024-03-19) diff --git a/eox_hooks/__init__.py b/eox_hooks/__init__.py index 34534ba..e61f0ae 100644 --- a/eox_hooks/__init__.py +++ b/eox_hooks/__init__.py @@ -5,7 +5,7 @@ import django.dispatch -__version__ = '6.1.0' +__version__ = '6.2.0' dummy_signal = django.dispatch.Signal() diff --git a/setup.cfg b/setup.cfg index 2b8d907..6ebb335 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.1.0 +current_version = 6.2.0 commit = False tag = False