diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b33c88..8e3f2b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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.15](https://github.com/gundotio/worf/compare/v0.5.14...v0.5.15) (2022-09-19) + +- (Improvement) Switch through save to update_or_create [#113](https://github.com/gundotio/worf/pull/113) + ### [0.5.14](https://github.com/gundotio/worf/compare/v0.5.13...v0.5.14) (2022-09-16) - (Improvement) Support assigning through via custom lookup fields [#111](https://github.com/gundotio/worf/pull/111) diff --git a/worf/__init__.py b/worf/__init__.py index 01601d5..487f015 100644 --- a/worf/__init__.py +++ b/worf/__init__.py @@ -1 +1 @@ -__version__ = "v0.5.14" +__version__ = "v0.5.15"