From 8767e416d3ec1a92d07677b88e487468412726d1 Mon Sep 17 00:00:00 2001 From: JeroenG Date: Sun, 19 Mar 2023 15:29:15 +0100 Subject: [PATCH] New release --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 6d483f4..3023fe5 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [3.5.0] + ### Added - QueryProperties with source filter and track total hits as first properties. - Support for Laravel Scout 10. @@ -14,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Bugs with deleting (aliased) indices. +### Changed +- (internal) service container bindings. + ## [3.4.1] ### Added