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"