diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb00be07..e9b9a24a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.42.1 - 2023-09-18 + +### [0.42.1](https://github.com/openedx/tutor-contrib-aspects/compare/v0.42.0...v0.42.1) (2023-09-18) + +### Bug Fixes + +- add security context for k8s-job ([0709612](https://github.com/openedx/tutor-contrib-aspects/commit/07096121b317f565599624c9111dcd700ac6a302)) +- delete folder ([52b1bb8](https://github.com/openedx/tutor-contrib-aspects/commit/52b1bb8cdaf34d41850fbb09f84fa15a31b58c09)) + ## v0.42.0 - 2023-09-14 ### [0.42.0](https://github.com/openedx/tutor-contrib-aspects/compare/v0.41.0...v0.42.0) (2023-09-14) diff --git a/setup.cfg b/setup.cfg index 6155284ee..9baecc430 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 0.42.0 +current_version = 0.42.1 commit = False tag = False diff --git a/tutoraspects/__about__.py b/tutoraspects/__about__.py index a81907e6f..eddbb6e74 100644 --- a/tutoraspects/__about__.py +++ b/tutoraspects/__about__.py @@ -2,4 +2,4 @@ Expose some package metadata. """ -__version__ = "0.42.0" +__version__ = "0.42.1"