We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01c956 commit 9464a15Copy full SHA for 9464a15
.github/release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.8.0"
3
-}
+ ".": "1.8.1"
+}
CHANGELOG.md
@@ -3,6 +3,13 @@
## NEXT
4
...
5
6
+## [1.8.1](https://github.com/beam-community/jsonapi/compare/1.8.0...v1.8.1)
7
+
8
+### Bug Fixes
9
10
+* Fix incorrect ordering of serialized lists ([#333](https://github.com/beam-community/jsonapi/pull/333))
11
12
13
## [1.8.0](https://github.com/beam-community/jsonapi/compare/1.7.1...v1.8.0) (2024-06-25)
14
15
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(),
0 commit comments