Skip to content

Commit d5dc599

Browse files
thebeambotmattpolzin
authored andcommitted
chore(main): release 1.9.0
1 parent 63d297c commit d5dc599

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.9.0](https://github.com/beam-community/jsonapi/compare/v1.8.4...v1.9.0) (2025-05-18)
7+
8+
9+
### Features
10+
11+
* support nested filtering in the query parser ([#366](https://github.com/beam-community/jsonapi/issues/366)) ([63d297c](https://github.com/beam-community/jsonapi/commit/63d297c068bdbe1ef7984e2713bf0fbb71395b9e))
12+
613
## [1.8.4](https://github.com/beam-community/jsonapi/compare/v1.8.3...v1.8.4)
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.4",
7+
version: "1.9.0",
88
package: package(),
99
compilers: compilers(Mix.env()),
1010
description: description(),

0 commit comments

Comments
 (0)