diff --git a/CHANGELOG.md b/CHANGELOG.md index 312c054..434f078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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). +## v5.0.0 - 2023-11-20 + +### [5.0.0](https://github.com/eduNEXT/eox-hooks/compare/v4.1.1...v5.0.0) (2023-11-20) + +#### ⚠ BREAKING CHANGES + +- add palm support + +#### Performance Improvements + +- palm release support ([#45](https://github.com/eduNEXT/eox-hooks/issues/45)) ([08c4cc0](https://github.com/eduNEXT/eox-hooks/commit/08c4cc093874c0e72beb996348a7faeeaaf707e5)) + ## v4.1.1 - 2023-06-21 ### [4.1.1](https://github.com/eduNEXT/eox-hooks/compare/v4.1.0...v4.1.1) (2023-06-21) diff --git a/eox_hooks/__init__.py b/eox_hooks/__init__.py index cddb6f9..755764a 100644 --- a/eox_hooks/__init__.py +++ b/eox_hooks/__init__.py @@ -5,7 +5,7 @@ import django.dispatch -__version__ = '4.1.1' +__version__ = '5.0.0' dummy_signal = django.dispatch.Signal() diff --git a/setup.cfg b/setup.cfg index 162f280..3bef858 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.1.1 +current_version = 5.0.0 commit = False tag = False