Skip to content

Commit

Permalink
Release 0.172.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Jan 31, 2025
1 parent 1abd372 commit 7a94998
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.172.0
---------------

- fix: filter enrollments instead of get in defer_enrollment (#3215)
- fix: external sync when there is no platform with passed name (#3385)
- fix(deps): update dependency boto3 to v1.36.2 (#3383)
- [pre-commit.ci] pre-commit autoupdate (#3382)
- chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v8.17.0 (#3381)
- refactor: remove COUPON_SHEETS (#3370)
- chore(deps): update node.js to v20.18.1 (#3379)
- chore(deps): update redis docker tag to v7.4.2 (#3380)
- chore(deps): update nginx docker tag to v1.27.3 (#3378)
- refactor: migrate digital credentials flag to posthog (#3367)

Version 0.171.0 (Released January 30, 2025)
---------------

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

VERSION = "0.171.0"
VERSION = "0.172.0"

env.reset()

Expand Down

0 comments on commit 7a94998

Please sign in to comment.