Skip to content

Commit

Permalink
Merge pull request #95 from dabapps/2.2.0
Browse files Browse the repository at this point in the history
Bump version to 2.2.0
  • Loading branch information
j4mie authored Jan 12, 2024
2 parents c99ae11 + 2f3abff commit 1d05666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.0] - 2024-01-12

### Added
- Added support for Django's reverse generic relations (`GenericRelation` model field) ([#93](https:/dabapps/django-readers/pull/93)).

Expand Down
2 changes: 1 addition & 1 deletion django_readers/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.2"
__version__ = "2.2.0"

0 comments on commit 1d05666

Please sign in to comment.