From cb2beed045028208903e70fbab444ec5be819437 Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Thu, 12 Mar 2026 10:39:03 -0400 Subject: [PATCH] chore(main): release 1.11.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index ce4f35c2..15df9e06 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b9766df4..a3bcab23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ## NEXT ... +## [1.11.0](https://github.com/beam-community/jsonapi/compare/v1.10.0...v1.11.0) (2026-03-12) + + +### Features + +* Make the serialization of nil relationships configurable ([#403](https://github.com/beam-community/jsonapi/issues/403)) ([c9042fa](https://github.com/beam-community/jsonapi/commit/c9042fa997ecd0b2783a00da831527d62b24fab1)) + ## [1.10.0](https://github.com/beam-community/jsonapi/compare/v1.9.0...v1.10.0) (2025-08-19) diff --git a/mix.exs b/mix.exs index 1c954572..44305aac 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do def project do [ app: :jsonapi, - version: "1.10.0", + version: "1.11.0", package: package(), compilers: compilers(Mix.env()), description: description(),