From 8875021d1cc05e4c8a5c86e83266076e91b5a6b4 Mon Sep 17 00:00:00 2001 From: Christopher Gammie Date: Sun, 13 Oct 2024 13:52:55 +0100 Subject: [PATCH] docs: update changelog and bump version --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d74704..6227483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. This projec ## Unreleased +## [4.3.0] - 2024-10-13 + ### Added - [#38](https://github.com/laravel-json-api/eloquent/pull/38) Added `WhereAll` and `WhereAny` filters.