From cc0673d0fbc3d2be5d5debcbe7941c3dc337b7ab Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:44:36 -0500 Subject: [PATCH] chore(main): release 1.8.3 --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48cee9a3..12e25e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ ## NEXT ... +## [1.8.3](https://github.com/beam-community/jsonapi/compare/v1.8.2...v1.8.3) (2024-11-04) + + +### Bug Fixes + +* camelize when prefix is camelized already ([ae78a7d](https://github.com/beam-community/jsonapi/commit/ae78a7de4dd1960437d23b2c3177bd1cf721df4e)) +* Compiler warning for zero-arity fields function call ([b071131](https://github.com/beam-community/jsonapi/commit/b0711319d4473beab58b5bb68dac87f7b5f9daeb)) + ## [1.8.2](https://github.com/beam-community/jsonapi/compare/v1.8.1...v1.8.2) (2024-09-22) diff --git a/mix.exs b/mix.exs index 4ac84cee..b312d3a5 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do def project do [ app: :jsonapi, - version: "1.8.2", + version: "1.8.3", package: package(), compilers: compilers(Mix.env()), description: description(),