From 90498cf5def5f75ba37fabf76ee66064434121ee Mon Sep 17 00:00:00 2001 From: The BEAM Bot <157067248+thebeambot@users.noreply.github.com> Date: Sun, 22 Sep 2024 15:36:39 -0400 Subject: [PATCH] chore(main): release 1.8.2 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2483747a..48cee9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ## NEXT ... +## [1.8.2](https://github.com/beam-community/jsonapi/compare/v1.8.1...v1.8.2) (2024-09-22) + + +### Bug Fixes + +* Compiler warnings for zero-arity funtion calls ([#335](https://github.com/beam-community/jsonapi/issues/335)) ([49ed6ab](https://github.com/beam-community/jsonapi/commit/49ed6ab453cdd7af44f608615daf147da876841a)) + ## [1.8.1](https://github.com/beam-community/jsonapi/compare/1.8.0...v1.8.1) ### Bug Fixes diff --git a/mix.exs b/mix.exs index 7eb101c7..4ac84cee 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do def project do [ app: :jsonapi, - version: "1.8.1", + version: "1.8.2", package: package(), compilers: compilers(Mix.env()), description: description(),