From 6cdf9401ddbe84132321e4d701b164c2f9d01fc4 Mon Sep 17 00:00:00 2001 From: Florian Kraft Date: Tue, 25 Jun 2024 19:17:43 +0200 Subject: [PATCH] updates authors and prepares version bump --- AUTHORS.md | 1 + CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3eb5296..509aff5 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,3 +4,4 @@ * Nicolas Charlery (@bokay) * @bed42 * Florian Kraft (florian.kraft@contentful.com - @floriank) +* @WillRochaThomas diff --git a/CHANGELOG.md b/CHANGELOG.md index 055e4bf..2140f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## 0.6.0 -- [#181](https://github.com/contentful-userland/contentful.ex/pull/181) Resolve all link fields found within "items" in an API response, and replace the links with actual entities, if available from the "includes" section of API response. Inspired by https://github.com/contentful/contentful.js/blob/master/ADVANCED.md#link-resolution +- **BREAKING** [#181](https://github.com/contentful-userland/contentful.ex/pull/181) Resolve all link fields found within "items" in an API response, and replace the links with actual entities, if available from the "includes" section of API response. Inspired by https://github.com/contentful/contentful.js/blob/master/ADVANCED.md#link-resolution Note: BREAKING CHANGE, 'assets' field on Entry struct is no longer populated. All Assets for an Entry are now embedded directly within 'fields' instead