From 9464a15c3b6b3c1b9d5cc6dd41586dc780b0d05e Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Wed, 21 Aug 2024 10:22:15 -0500 Subject: [PATCH] chore(main): release 1.8.1 --- .github/release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 1a150e73..064e56a8 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" -} \ No newline at end of file + ".": "1.8.1" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f65191..2483747a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ## NEXT ... +## [1.8.1](https://github.com/beam-community/jsonapi/compare/1.8.0...v1.8.1) + +### Bug Fixes + +* Fix incorrect ordering of serialized lists ([#333](https://github.com/beam-community/jsonapi/pull/333)) + + ## [1.8.0](https://github.com/beam-community/jsonapi/compare/1.7.1...v1.8.0) (2024-06-25) diff --git a/mix.exs b/mix.exs index 15269cbb..7eb101c7 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do def project do [ app: :jsonapi, - version: "1.8.0", + version: "1.8.1", package: package(), compilers: compilers(Mix.env()), description: description(),