Skip to content

Commit

Permalink
Bump version to 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Jan 17, 2023
1 parent 11244d4 commit 2e7cb3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Unreleased

## [0.19.2] - 2023-01-17

## Fixed

- Fix order_by_relevance needed for Postgres and queryset ordered searches ([#299](https://github.com/torchbox/wagtail-grapple/pull/299)) @dopry

## [0.19.1] - 2023-01-09

## Fixed
Expand Down Expand Up @@ -277,7 +283,9 @@
- Improve field definition and under-the-hood implementation ([#28](https://github.com/torchbox/wagtail-grapple/pull/28))
- Add conditional checks when resolving streamfield type ([#29](https://github.com/torchbox/wagtail-grapple/pull/29))

[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.19.0...HEAD
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.19.2...HEAD
[0.19.2]: https://github.com/torchbox/wagtail-grapple/compare/v0.19.1...v0.19.2
[0.19.1]: https://github.com/torchbox/wagtail-grapple/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.18.1...v0.19.0
[0.18.1]: https://github.com/torchbox/wagtail-grapple/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.17.1...v0.18.0
Expand Down
2 changes: 1 addition & 1 deletion grapple/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
default_app_config = "grapple.apps.Grapple"

__version__ = "0.19.1"
__version__ = "0.19.2"

0 comments on commit 2e7cb3e

Please sign in to comment.