Skip to content

Commit e86c2aa

Browse files
committed
chore(main): release 1.8.4
1 parent 2fc76d3 commit e86c2aa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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.4](https://github.com/beam-community/jsonapi/compare/v1.8.3...v1.8.4)
7+
8+
9+
### Bug Fixes
10+
11+
* fix: bug with DataToParams include processing expecting more 'data' keys than the spec calls for [#363](https://github.com/beam-community/jsonapi/pull/363)
12+
613
## [1.8.3](https://github.com/beam-community/jsonapi/compare/v1.8.2...v1.8.3) (2024-11-04)
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.3",
7+
version: "1.8.4",
88
package: package(),
99
compilers: compilers(Mix.env()),
1010
description: description(),

0 commit comments

Comments
 (0)