Skip to content

Commit

Permalink
Release 0.119.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Jul 2, 2024
1 parent fc71ded commit b89a44b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Release Notes
=============

Version 0.119.0
---------------

- fix(deps): update react monorepo to v16.14.0
- fix(deps): update dependency sass to v1.77.6
- chore(deps): update yarn to v1.22.22 (#1462)
- fix(deps): update dependency yup to ^0.32.0
- fix(deps): update dependency user-util to ^0.3.0
- fix(deps): update dependency static3 to ^0.7.0
- fix(deps): update dependency sass to v1.77.5
- chore(deps): update nginx docker tag to v1.27.0
- Add -E flag to worker subcommand for sending task events
- Revert "Add flag for Celery to send task state change events"

Version 0.118.1 (Released July 01, 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.118.1"
VERSION = "0.119.0"

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

0 comments on commit b89a44b

Please sign in to comment.