diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d25b6..09630ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,17 @@ instructions, because git commits are used to generate release notes: + +## v18.0.0 (2024-06-07) + +- [Feature] Add `atlas pull` at build-time. (by @omarithawi) +- [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on `pkg_resources`. (by @regisb) +- [Feature] Make it possible to use mounts for a local development. (by @cmltawt0) +- [BugFix] Fix award program certificates error. (by @rohan-saeed) +- 💥[Feature] Upgrade Python version to 3.11.9. (by @Faraz32123) +- [BugFix] Fix custom image pull/push. (by @dyudyunov) +- 💥[Feature] Upgrade to Redwood. (by @Faraz32123) + ## v17.0.1 (2024-01-23) diff --git a/changelog.d/20240114_095941_i_atlas.md b/changelog.d/20240114_095941_i_atlas.md deleted file mode 100644 index a34376c..0000000 --- a/changelog.d/20240114_095941_i_atlas.md +++ /dev/null @@ -1 +0,0 @@ -- [Feature] Add `atlas pull` at build-time. (by @omarithawi) diff --git a/changelog.d/20240212_115536_regis_pkg_resources.md b/changelog.d/20240212_115536_regis_pkg_resources.md deleted file mode 100644 index 35b6d20..0000000 --- a/changelog.d/20240212_115536_regis_pkg_resources.md +++ /dev/null @@ -1 +0,0 @@ -- [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on `pkg_resources`. (by @regisb) diff --git a/changelog.d/20240220_124357_cmltawt0_mounts.md b/changelog.d/20240220_124357_cmltawt0_mounts.md deleted file mode 100644 index 0dd64b2..0000000 --- a/changelog.d/20240220_124357_cmltawt0_mounts.md +++ /dev/null @@ -1 +0,0 @@ -- [Feature] Make it possible to use mounts for a local development. (by @cmltawt0) diff --git a/changelog.d/20240507_165604_rohansaeed.md b/changelog.d/20240507_165604_rohansaeed.md deleted file mode 100644 index 518c424..0000000 --- a/changelog.d/20240507_165604_rohansaeed.md +++ /dev/null @@ -1 +0,0 @@ -- [BugFix] Fix award program certificates error. (by @rohan-saeed) diff --git a/changelog.d/20240508_141227_faraz.maqsood_python_upgrade_to_v3_11_9.md b/changelog.d/20240508_141227_faraz.maqsood_python_upgrade_to_v3_11_9.md deleted file mode 100644 index 073b8e9..0000000 --- a/changelog.d/20240508_141227_faraz.maqsood_python_upgrade_to_v3_11_9.md +++ /dev/null @@ -1 +0,0 @@ -- 💥[Feature] Upgrade Python version to 3.11.9. (by @Faraz32123) diff --git a/changelog.d/20240607_105741_evgen.dyudyunov_fix_image_push.md b/changelog.d/20240607_105741_evgen.dyudyunov_fix_image_push.md deleted file mode 100644 index 8e0704a..0000000 --- a/changelog.d/20240607_105741_evgen.dyudyunov_fix_image_push.md +++ /dev/null @@ -1 +0,0 @@ -- [BugFix] Fix custom image pull/push. (by @dyudyunov) diff --git a/changelog.d/20240607_220730_faraz.maqsood_redwood.md b/changelog.d/20240607_220730_faraz.maqsood_redwood.md deleted file mode 100644 index b63f78c..0000000 --- a/changelog.d/20240607_220730_faraz.maqsood_redwood.md +++ /dev/null @@ -1 +0,0 @@ -- 💥[Feature] Upgrade to Redwood. (by @Faraz32123) diff --git a/tutorcredentials/__about__.py b/tutorcredentials/__about__.py index dba3a77..c6a8b8e 100644 --- a/tutorcredentials/__about__.py +++ b/tutorcredentials/__about__.py @@ -1 +1 @@ -__version__ = "17.0.1" +__version__ = "18.0.0"