Skip to content

Commit 1d8c33f

Browse files
committed
v16.1.1
1 parent 5a0bd7c commit 1d8c33f

4 files changed

+7
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ instructions, because git commits are used to generate release notes:
1919

2020
<!-- scriv-insert-here -->
2121

22+
<a id='changelog-16.1.1'></a>
23+
## v16.1.1 (2023-08-28)
24+
25+
- [Bugfix] Add `INFO_EMAIL` and `PASSWORD_RESET_SUPPORT_LINK` missing variables defaults of `CONTACT_EMAIL` and `mailto:{{ CONTACT_EMAIL }}` respectfully. These two variables help build the "Forgot Password" screen. (by @misilot)
26+
- [Bugfix] Corrected typo error in `PROFILE_MICROFRONTEND_URL` of development env settings. (by @kiran1415)
27+
2228
<a id='changelog-16.1.0'></a>
2329
## v16.1.0 (2023-08-03)
2430

changelog.d/20230815_205312_tmisilo_fix_issue_139.md

-1
This file was deleted.

changelog.d/20230819_190050_kiran.767.767_settings_typo_fix.md

-1
This file was deleted.

tutormfe/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "16.1.0"
1+
__version__ = "16.1.1"
22
__package_version__ = __version__
33

44

0 commit comments

Comments
 (0)