Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Jun 22, 2023
2 parents 7c07f08 + 6e26135 commit 982cd18
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release Notes
=============

Version 0.124.2 (Released June 22, 2023)
---------------

- Fixing stuff from comments
- fix: Unintended leak of Proxy-Authorization header in requests (#2670)
- fix: bump certifi from 2021.10.8 to 2022.12.7 (#2669)
- ran black
- Adding command to invalidate coupons

Version 0.124.1 (Released June 06, 2023)
---------------

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

VERSION = "0.124.1"
VERSION = "0.124.2"

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

0 comments on commit 982cd18

Please sign in to comment.