From d5685631379335a989fa7c01b81014ae45560834 Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Tue, 5 May 2026 12:40:31 -0400 Subject: [PATCH] chore(main): release 1.14.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 0d41b0b7..33a54471 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.1" + ".": "1.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fad14b66..454ed5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ## NEXT ... +## [1.14.0](https://github.com/beam-community/jsonapi/compare/v1.13.1...v1.14.0) (2026-05-05) + + +### Features + +* Support custom includes post-processing functions ([#424](https://github.com/beam-community/jsonapi/issues/424)) ([aa4eb82](https://github.com/beam-community/jsonapi/commit/aa4eb820d6c2b1faa66ee92779fa583a0508a36d)) + ## [1.13.1](https://github.com/beam-community/jsonapi/compare/v1.13.0...v1.13.1) (2026-04-14) diff --git a/mix.exs b/mix.exs index 98e02f39..9695fbcb 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do def project do [ app: :jsonapi, - version: "1.13.1", + version: "1.14.0", package: package(), compilers: compilers(Mix.env()), description: description(),