Skip to content

Commit 9464a15

Browse files
committed
chore(main): release 1.8.1
1 parent d01c956 commit 9464a15

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.8.0"
3-
}
2+
".": "1.8.1"
3+
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
## NEXT
44
...
55

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+
613
## [1.8.0](https://github.com/beam-community/jsonapi/compare/1.7.1...v1.8.0) (2024-06-25)
714

815

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do
44
def project do
55
[
66
app: :jsonapi,
7-
version: "1.8.0",
7+
version: "1.8.1",
88
package: package(),
99
compilers: compilers(Mix.env()),
1010
description: description(),

0 commit comments

Comments
 (0)