From 2d75f5856112a88106f28802c23e0c69540fdc88 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 7 Jul 2022 01:03:04 +0200 Subject: [PATCH] Updated `CHANGELOG` and version. --- CHANGELOG.md | 8 ++++++-- redirects/metadata.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac2b6a1..6ec3fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.2.0](https://github.com/fabiocaccamo/django-redirects/releases/tag/0.2.0) - 2021-05-04 +## [0.3.0](https://github.com/fabiocaccamo/django-redirects/releases/tag/0.3.0) - 2022-07-07 +- Added `created_at` and `updated_at` fields. #4 +- Added tests. #5 +- Added `default_auto_field` setting. +- Fixed `Redirect.MATCH_PREFIX` not working. +## [0.2.0](https://github.com/fabiocaccamo/django-redirects/releases/tag/0.2.0) - 2021-05-04 - Added `priority` to redirects. #2 ## [0.1.0](https://github.com/fabiocaccamo/django-redirects/releases/tag/0.1.0) - 2020-09-08 - - Published `django-redirects`. diff --git a/redirects/metadata.py b/redirects/metadata.py index a343577..b3fc722 100644 --- a/redirects/metadata.py +++ b/redirects/metadata.py @@ -6,4 +6,4 @@ __email__ = "fabio.caccamo@gmail.com" __license__ = "MIT" __title__ = "django-redirects" -__version__ = "0.2.0" +__version__ = "0.3.0"