diff --git a/CHANGELOG.md b/CHANGELOG.md index f726bdd..a1e6bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.5.25](https://github.com/gundotio/worf/compare/v0.5.24...v0.5.25) (2023-04-12) + +- (Deps) Package updates [#159](https://github.com/gundotio/worf/pull/159) +- (Improvement) Add test for default model ordering [#157](https://github.com/gundotio/worf/pull/157) + ### [0.5.24](https://github.com/gundotio/worf/compare/v0.5.23...v0.5.24) (2023-03-07) - (Deps) Package updates [#150](https://github.com/gundotio/worf/pull/150) diff --git a/pyproject.toml b/pyproject.toml index 7b34545..e36b7a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "worf" -version = "0.5.24" +version = "0.5.25" homepage = "https://github.com/gundotio/worf" description = "Wade's own REST Framework: A more Djangonic approach to REST APIs" authors = ["Wade Williams ", "Steve Lacey "] diff --git a/worf/__init__.py b/worf/__init__.py index 5a2ff99..01ea4b7 100644 --- a/worf/__init__.py +++ b/worf/__init__.py @@ -1 +1 @@ -__version__ = "0.5.24" +__version__ = "0.5.25"