diff --git a/CHANGELOG.md b/CHANGELOG.md index 218f4db..88ba6a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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). + ## [Unreleased] +## [2.1.0] - 2023-01-13 + ### Changed - Add support for Django 4.1 - Drop support for Django 2.2 diff --git a/django_readers/__init__.py b/django_readers/__init__.py index 8c0d5d5..9aa3f90 100644 --- a/django_readers/__init__.py +++ b/django_readers/__init__.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.1.0"