From 79dcc8531aedd5de8599725c1ca188ae2b3d1dcf Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:48:14 -0400 Subject: [PATCH] chore(main): release 1.14.2 --- .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 558fa11f..14aef896 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.1" + ".": "1.14.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a2987bc7..27e521ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ## NEXT ... +## [1.14.2](https://github.com/beam-community/jsonapi/compare/v1.14.1...v1.14.2) (2026-06-03) + + +### Bug Fixes + +* Fixes parsing of filter keys with dashes/camelized with QueryParser ([fc66b90](https://github.com/beam-community/jsonapi/commit/fc66b90ccd3429330bc5aae7d2fde5eacb6e9314)) + ## [1.14.1](https://github.com/beam-community/jsonapi/compare/v1.14.0...v1.14.1) (2026-05-22) diff --git a/mix.exs b/mix.exs index 33ecfcb0..74c8add4 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do def project do [ app: :jsonapi, - version: "1.14.1", + version: "1.14.2", package: package(), compilers: compilers(Mix.env()), description: description(),