From 01fab5be811ba998defbefe0e38fb02163d16da7 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 19 Sep 2022 11:38:57 +0000 Subject: [PATCH] chore(release): 0.5.15 --- CHANGELOG.md | 4 ++++ worf/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"