Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Feb 10, 2025
2 parents 2e3b11a + bee92b1 commit 2be4c1a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Release Notes
=============

Version 0.111.5 (Released February 10, 2025)
---------------

- Removing deactivate enrollment and tranfer enrollment (#2533)
- fix(deps): update dependency postcss to v8.5.1 (#2530)
- fix(deps): update dependency oidc-client-ts to v2.4.1 (#2529)
- fix(deps): update dependency @sentry/browser to v8.53.0 (#2527)
- fix(deps): update babel monorepo (#2526)
- chore(deps): update dependency ruff to ^0.9 (#2525)
- chore(deps): update dependency bpython to ^0.25 (#2524)
- fix(deps): update react monorepo (#2523)
- fix(deps): update dependency express to v4.21.2 (#2522)

Version 0.111.4 (Released February 04, 2025)
---------------

Expand Down
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from main.celery_utils import OffsettingSchedule
from main.sentry import init_sentry

VERSION = "0.111.4"
VERSION = "0.111.5"

log = logging.getLogger()

Expand Down

0 comments on commit 2be4c1a

Please sign in to comment.