Skip to content

Commit

Permalink
v2.2.0 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger authored Dec 28, 2022
1 parent 0d6c1a7 commit 8a7b641
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Using the following categories, list your changes in this order:

## [Unreleased]

- Nothing (yet)

## [2.2.0] - 2022-12-28

### Added

- Add `options: QueryOptions` parameter to `use_query` to allow for configuration of this hook.
Expand Down Expand Up @@ -180,7 +184,8 @@ Using the following categories, list your changes in this order:

- Support for IDOM within the Django

[unreleased]: https://github.com/idom-team/django-idom/compare/2.1.0...HEAD
[unreleased]: https://github.com/idom-team/django-idom/compare/2.2.0...HEAD
[2.2.0]: https://github.com/idom-team/django-idom/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/idom-team/django-idom/compare/2.0.1...2.1.0
[2.0.1]: https://github.com/idom-team/django-idom/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/idom-team/django-idom/compare/1.2.0...2.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/django_idom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django_idom.websocket.paths import IDOM_WEBSOCKET_PATH


__version__ = "2.1.0"
__version__ = "2.2.0"
__all__ = [
"IDOM_WEBSOCKET_PATH",
"IdomWebsocket",
Expand Down

0 comments on commit 8a7b641

Please sign in to comment.