From 961920b22f04f1b06ee529240e6ea6d6f56fed27 Mon Sep 17 00:00:00 2001 From: Jamie Matthews Date: Wed, 23 Feb 2022 08:34:38 +0000 Subject: [PATCH] Prepare for 1.1.0 --- CHANGELOG.md | 2 ++ django_readers/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c4ed3..6843ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2022-02-23 + ### Added - New `pairs.discard_queryset_function` and `pairs.discard_projector` functions to discard one or other item in a reader pair. diff --git a/django_readers/__init__.py b/django_readers/__init__.py index 5becc17..6849410 100644 --- a/django_readers/__init__.py +++ b/django_readers/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.1.0"