From 50a44db90b185afafbeaa674d2388e8c8b5e1261 Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:24:53 -0400 Subject: [PATCH] chore(main): release 1.14.4 --- .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 ad2dbeb8..4cad6e1d 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.3" + ".": "1.14.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ca84a31a..74171b72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ## NEXT ... +## [1.14.4](https://github.com/beam-community/jsonapi/compare/v1.14.3...v1.14.4) (2026-07-14) + + +### Bug Fixes + +* Unblock common-config sync, pinned actions-sync release had no build output ([#451](https://github.com/beam-community/jsonapi/issues/451)) ([631db00](https://github.com/beam-community/jsonapi/commit/631db0048d944231f79701c566e74c17104bdb09)) + ## [1.14.3](https://github.com/beam-community/jsonapi/compare/v1.14.2...v1.14.3) (2026-06-20) diff --git a/mix.exs b/mix.exs index 2542000b..072c98c0 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do def project do [ app: :jsonapi, - version: "1.14.3", + version: "1.14.4", package: package(), compilers: compilers(Mix.env()), description: description(),