diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 14aef896..ad2dbeb8 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.2" + ".": "1.14.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e521ca..ca84a31a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ## NEXT ... +## [1.14.3](https://github.com/beam-community/jsonapi/compare/v1.14.2...v1.14.3) (2026-06-20) + + +### Bug Fixes + +* Fixes related resource links ([f9a637c](https://github.com/beam-community/jsonapi/commit/f9a637cf6fa0077e4a032a66f32273a991522a7c)) + ## [1.14.2](https://github.com/beam-community/jsonapi/compare/v1.14.1...v1.14.2) (2026-06-03) diff --git a/mix.exs b/mix.exs index 74c8add4..2542000b 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do def project do [ app: :jsonapi, - version: "1.14.2", + version: "1.14.3", package: package(), compilers: compilers(Mix.env()), description: description(),