diff --git a/CHANGELOG.md b/CHANGELOG.md index 681411573..aa7af8325 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). +## v0.32.0 - 2023-08-29 + +### [0.32.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.31.3...v0.32.0) (2023-08-29) + +#### Features + +- upgrade event-routing-backends to 5.6.0 ([bb344cb](https://github.com/openedx/tutor-contrib-aspects/commit/bb344cb88455b2bd56b6c0c0d96c486afba6238b)) + ## v0.31.3 - 2023-08-29 ### [0.31.3](https://github.com/openedx/tutor-contrib-aspects/compare/v0.31.2...v0.31.3) (2023-08-29) diff --git a/setup.cfg b/setup.cfg index d6737a788..7c2ca9573 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.31.3 +current_version = 0.32.0 commit = False tag = False diff --git a/tutoraspects/__about__.py b/tutoraspects/__about__.py index 0bdb90d4c..fa0e203eb 100644 --- a/tutoraspects/__about__.py +++ b/tutoraspects/__about__.py @@ -2,4 +2,4 @@ Expose some package metadata. """ -__version__ = "0.31.3" +__version__ = "0.32.0"