From d067a6e55d9058a7814c576baa62ff83e301c2ea Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 31 Jan 2023 10:36:49 +0000 Subject: [PATCH] chore(release): 0.5.22 --- CHANGELOG.md | 4 ++++ worf/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7447c1..2217720 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.22](https://github.com/gundotio/worf/compare/v0.5.21...v0.5.22) (2023-01-31) + +- (Improvement) Switch to dj-url-filter and drop Python 3.8 [#140](https://github.com/gundotio/worf/pull/140) + ### [0.5.21](https://github.com/gundotio/worf/compare/v0.5.20...v0.5.21) (2023-01-23) - (Improvement) Flake8 improvements [#137](https://github.com/gundotio/worf/pull/137) diff --git a/worf/__init__.py b/worf/__init__.py index bfb98be..8950847 100644 --- a/worf/__init__.py +++ b/worf/__init__.py @@ -1 +1 @@ -__version__ = "v0.5.21" +__version__ = "v0.5.22"