From d092226ae147405559e14030aaed61a46e5ef394 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 30 Aug 2022 09:20:59 +0000 Subject: [PATCH] chore(release): 0.5.12 --- CHANGELOG.md | 4 ++++ worf/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ffc990..a4a751e 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.12](https://github.com/gundotio/worf/compare/v0.5.11...v0.5.12) (2022-08-30) + +- No changes + ### [0.5.11](https://github.com/gundotio/worf/compare/v0.5.10...v0.5.11) (2022-08-25) - (Improvement) Support assigning pivotless through m2m relations [#103](https://github.com/gundotio/worf/pull/103) diff --git a/worf/__init__.py b/worf/__init__.py index 361c26f..9e90a91 100644 --- a/worf/__init__.py +++ b/worf/__init__.py @@ -1 +1 @@ -__version__ = "v0.5.11" +__version__ = "v0.5.12"