Skip to content

Commit

Permalink
Update changelog and bump version to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Sep 24, 2024
1 parent 82717eb commit 86f0357
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## Unreleased

## [0.27.0] - 2024-09-24

### Added

- Add an `in_menu` filter ([#402](https://github.com/torchbox/wagtail-grapple/pull/402)) @dopry
- Add ability to speficy the search operator ([#406](https://github.com/torchbox/wagtail-grapple/pull/406)) @dopry

### Changed

- `SnippetObjectType` is replaced with `SnippetInterface` ([405](https://github.com/torchbox/wagtail-grapple/pull/405)) @mgax
- `SnippetObjectType` is replaced with `SnippetInterface` ([#405](https://github.com/torchbox/wagtail-grapple/pull/405)) @mgax

### Fixed

Expand Down Expand Up @@ -396,7 +403,8 @@
- 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.26.0...HEAD
[unreleased]: https://github.com/torchbox/wagtail-grapple/compare/v0.27.0...HEAD
[0.27.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.26.0...v0.27.0
[0.26.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.25.1...v0.26.0
[0.25.1]: https://github.com/torchbox/wagtail-grapple/compare/v0.25.0...v0.25.1
[0.25.0]: https://github.com/torchbox/wagtail-grapple/compare/v0.24.0...v0.25.0
Expand Down
2 changes: 1 addition & 1 deletion grapple/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.26.0"
__version__ = "0.27.0"

0 comments on commit 86f0357

Please sign in to comment.