Skip to content

Commit 8a7b641

Browse files
authored
v2.2.0 (#115)
1 parent 0d6c1a7 commit 8a7b641

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Using the following categories, list your changes in this order:
2222

2323
## [Unreleased]
2424

25+
- Nothing (yet)
26+
27+
## [2.2.0] - 2022-12-28
28+
2529
### Added
2630

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

181185
- Support for IDOM within the Django
182186

183-
[unreleased]: https://github.com/idom-team/django-idom/compare/2.1.0...HEAD
187+
[unreleased]: https://github.com/idom-team/django-idom/compare/2.2.0...HEAD
188+
[2.2.0]: https://github.com/idom-team/django-idom/compare/2.1.0...2.2.0
184189
[2.1.0]: https://github.com/idom-team/django-idom/compare/2.0.1...2.1.0
185190
[2.0.1]: https://github.com/idom-team/django-idom/compare/2.0.0...2.0.1
186191
[2.0.0]: https://github.com/idom-team/django-idom/compare/1.2.0...2.0.0

src/django_idom/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from django_idom.websocket.paths import IDOM_WEBSOCKET_PATH
44

55

6-
__version__ = "2.1.0"
6+
__version__ = "2.2.0"
77
__all__ = [
88
"IDOM_WEBSOCKET_PATH",
99
"IdomWebsocket",

0 commit comments

Comments
 (0)