From 235d51ed9a896d0c2f5f1d2730dcc5853c570eb2 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Wed, 4 Sep 2019 11:25:21 +0200 Subject: [PATCH] Updated CHANGELOG. [ci skip] --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 619665f..aa04d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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.11.1] - 2019-09-04 +- Added language chooser display option + ## [0.11.0] - 2019-09-03 - Added language chooser @@ -97,6 +100,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added support to dropdown list filter. - Added post_migrate handler to create the default theme after install. +[0.11.1]: https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.11.1 [0.11.0]: https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.11.0 [0.10.5]: https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.10.5 [0.10.4]: https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.10.4