From 6882d94f364524861f535d959679698b810d49d8 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 10 May 2022 10:29:06 +0200 Subject: [PATCH] Updated CHANGELOG and version. --- CHANGELOG.md | 5 +++++ extra_settings/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5456d5f..a964fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.3.2](https://github.com/fabiocaccamo/django-extra-settings/releases/tag/0.3.2) - 2022-05-10 +- Added `EXTRA_SETTINGS_CACHE_NAME` setting. +- Reduced database hits when using the template tag more than once in the same page. +- Improved admin fieldsets. + ## [0.3.1](https://github.com/fabiocaccamo/django-extra-settings/releases/tag/0.3.1) - 2022-04-21 - Added `EXTRA_SETTINGS_VERBOSE_NAME` setting. diff --git a/extra_settings/version.py b/extra_settings/version.py index d5d32c4..3347055 100644 --- a/extra_settings/version.py +++ b/extra_settings/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "0.3.1" +__version__ = "0.3.2"