From 78cd1bb817b77f3e0c3b63dd4be13b77532c3454 Mon Sep 17 00:00:00 2001 From: Christopher Gammie Date: Wed, 26 Jun 2024 19:44:54 +0100 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 e92fe4a..98d740b 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.1.0] - 2024-06-26 + +### Added + +- [#36](https://github.com/laravel-json-api/eloquent/pull/36) Support Eloquent dynamic relationships. + ## [4.0.0] - 2024-03-12 ### Changed