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(),