From 11bde80a36ebf2d6e4131c46c341e8cc6effd3c3 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 4 Aug 2022 14:41:46 +0200 Subject: [PATCH] Update `CHANGELOG` and version. --- CHANGELOG.md | 3 +++ admin_interface/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f412752..d867e17 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.19.2](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.19.2) - 2022-08-04 +- Fix `hashlib` compatibility with `FIPS` enabled systems. #167 (by [@jonlev1n](https://github.com/jonlev1n) in #168) + ## [0.19.1](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.19.1) - 2022-05-14 - [css] Fixed dashboard alignment when recent-actions are not visible. diff --git a/admin_interface/version.py b/admin_interface/version.py index cd3814f..f860ce6 100644 --- a/admin_interface/version.py +++ b/admin_interface/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "0.19.1" +__version__ = "0.19.2"