Skip to content

Commit

Permalink
Release 0.111.3
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Jan 29, 2025
1 parent c4a4fde commit 419fa37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
=============

Version 0.111.3
---------------

- fix(deps): update dependency moment to v2.30.1 (#2477)
- chore(deps): update redis docker tag to v6.2.17 (#2507)
- Add support for round-tripping the user through Unified Ecommerce on login (#2515)

Version 0.111.2 (Released January 24, 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.2"
VERSION = "0.111.3"

log = logging.getLogger()

Expand Down

0 comments on commit 419fa37

Please sign in to comment.