diff --git a/CHANGELOG.md b/CHANGELOG.md index c8270d53..13ab3d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,15 @@ instructions, because git commits are used to generate release notes: + +## v17.3.0 (2024-03-04) + +- 💥[Improvement] Allow the no_course_image.png image to pull from the current theme, not specifically named indigo (by @misilot) + +- [Improvement] Remove mentions of INDIGO_FOOTER_LEGAL_LINKS in docs since it is no longer used by the plugin. (by @misilot) + +- [Improvement] Style static pages of About, Contact, Privacy and bookmarks page (by @tanveer65) + ## v17.2.0 (2024-01-27) diff --git a/changelog.d/20240219_134558_misilot_issue_67.md b/changelog.d/20240219_134558_misilot_issue_67.md deleted file mode 100644 index 1e38f0f4..00000000 --- a/changelog.d/20240219_134558_misilot_issue_67.md +++ /dev/null @@ -1,13 +0,0 @@ - - - - - -- 💥[Improvement] Allow the no_course_image.png image to pull from the current theme, not specifically named indigo (by @misilot) diff --git a/changelog.d/20240220_091010_misilot_remove_legal_links_mentions.md b/changelog.d/20240220_091010_misilot_remove_legal_links_mentions.md deleted file mode 100644 index 2440223d..00000000 --- a/changelog.d/20240220_091010_misilot_remove_legal_links_mentions.md +++ /dev/null @@ -1,13 +0,0 @@ - - - - - -- [Improvement] Remove mentions of INDIGO_FOOTER_LEGAL_LINKS in docs since it is no longer used by the plugin. (by @misilot) diff --git a/changelog.d/20240227_192724_hina.khadim_indigo.md b/changelog.d/20240227_192724_hina.khadim_indigo.md deleted file mode 100644 index cbf66182..00000000 --- a/changelog.d/20240227_192724_hina.khadim_indigo.md +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] Style static pages of About, Contact, Privacy and bookmarks page (by @tanveer65) diff --git a/tutorindigo/__about__.py b/tutorindigo/__about__.py index fcf9b6c6..f4995809 100644 --- a/tutorindigo/__about__.py +++ b/tutorindigo/__about__.py @@ -1 +1 @@ -__version__ = "17.2.0" +__version__ = "17.3.0"