Skip to content

Commit

Permalink
Changelog for 4.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed May 4, 2024
1 parent 529f701 commit cc53ea0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

All notable changes to this project will be documented in this file.

## 4.1.0-beta.1 - unreleased
## 4.1.0-beta.2 - 2024-05-04
### Fixed
- Added checks for when criteria is an array of element querries ([#297](https://github.com/studioespresso/craft-scout/issues/297))

## 4.1.0-beta.1 - 2024-04-29
### Added
- This release adds support for combining multiple element types into 1 index. Thanks to @andrewmenich for the PR! ([#267](https://github.com/studioespresso/craft-scout/pull/267) && [#69](https://github.com/studioespresso/craft-scout/issues/69))

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "studioespresso/craft-scout",
"description": "Craft Scout provides a simple solution for adding full-text search to your entries. Scout will automatically keep your search indexes in sync with your entries.",
"type": "craft-plugin",
"version": "4.1.0-beta.1",
"version": "4.1.0-beta.2",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit cc53ea0

Please sign in to comment.