Skip to content

Commit

Permalink
Release 0.123.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Nov 14, 2024
1 parent 32647ad commit 5fcda1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release Notes
=============

Version 0.123.0
---------------

- fix(deps): update dependency django to v4.2.16 [security] (#1606)
- fix(deps): update dependency @sentry/browser to v8.33.0 [security]
- fix(deps): update dependency requests to v2.32.2 [security]
- fix: pin minimist to solve dependabot security issues (#1598)

Version 0.122.1 (Released September 19, 2024)
---------------

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


VERSION = "0.122.1"
VERSION = "0.123.0"

ENVIRONMENT = get_string(
name="BOOTCAMP_ENVIRONMENT",
Expand Down

0 comments on commit 5fcda1d

Please sign in to comment.