From 8d9675247e3f565f03e4187d568971b35435346a Mon Sep 17 00:00:00 2001 From: Christopher Gammie Date: Thu, 31 Oct 2024 18:03:37 +0000 Subject: [PATCH] docs: update changelog and bump version --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6227483..ec8da56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. This projec ## Unreleased +## [4.3.1] - 2024-10-31 + +### Fixed + +- [#41](https://github.com/laravel-json-api/eloquent/pull/41) Handle key column not existing in cursor paginator. + ## [4.3.0] - 2024-10-13 ### Added