diff --git a/CHANGELOG.md b/CHANGELOG.md index 260c5cec..3e0aab07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v4.17.1 (2024-12-05) + +### Bug Fixes + +- Add order_by to queryset + ([`e96ca9b`](https://github.com/TheSpaceDevs/spaceflightnewsapi/commit/e96ca9b65b790af4b5200855b2f2af205308ab0a)) + + ## v4.17.0 (2024-12-03) ### Chores diff --git a/pyproject.toml b/pyproject.toml index ae6a16d8..983fd7b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snapy" -version = "4.17.0" +version = "4.17.1" description = "Spaceflight News API (SNAPI) enables developers to add the latest spaceflight news to their apps." authors = [{ name = "Derk Weijers", email = "derk@weijers.xyz" }] readme = "README.md"