diff --git a/CHANGELOG.md b/CHANGELOG.md index bb94e824..e0fe6677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,19 @@ # CHANGELOG +## v17.4.1 (2024-07-05) + +### Fix + +* fix: S3_HOST for alternative S3-compatible services (#121) + +* fix: when using SCORM, S3_HOST must be used for alternative S3-compatible services ([`191aaef`](https://github.com/eduNEXT/drydock/commit/191aaef5fb26ed0fbead0b5b9bf16fe1bd8cd652)) + ## v17.4.0 (2024-07-02) +### Chore + +* chore(release): preparing 17.4.0 ([`e9b14e7`](https://github.com/eduNEXT/drydock/commit/e9b14e7ce41da427138a0c0889b0c68c2b023e76)) + ### Ci * ci: ignore commits in changelog and release notes (#113) ([`693c91b`](https://github.com/eduNEXT/drydock/commit/693c91bed3772e3fa59d45eff85c8a0b8593677d)) diff --git a/drydock/__about__.py b/drydock/__about__.py index 4872a5c3..17fa240f 100644 --- a/drydock/__about__.py +++ b/drydock/__about__.py @@ -1 +1 @@ -__version__ = "17.4.0" +__version__ = "17.4.1"