File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
## NEXT
4
4
...
5
5
6
+ ## 1.6.3 (2023-08-03)
7
+
8
+ ### What's Changed
9
+ * Nested query filter fixes by @TylerPachal in https://github.com/beam-community/jsonapi/pull/302
10
+
11
+ ** Full Changelog** : https://github.com/beam-community/jsonapi/compare/1.6.2...1.6.3
12
+
6
13
## 1.6.2 (2023-07-03)
7
14
8
15
### What's Changed
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ defmodule JSONAPI.Mixfile do
4
4
def project do
5
5
[
6
6
app: :jsonapi ,
7
- version: "1.6.2 " ,
7
+ version: "1.6.3 " ,
8
8
package: package ( ) ,
9
9
compilers: compilers ( Mix . env ( ) ) ,
10
10
description: description ( ) ,
11
11
elixir: "~> 1.10" ,
12
12
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
13
13
build_embedded: Mix . env ( ) == :prod ,
14
14
start_permanent: Mix . env ( ) == :prod ,
15
- source_url: "https://github.com/jeregrine /jsonapi" ,
15
+ source_url: "https://github.com/beam-community /jsonapi" ,
16
16
deps: deps ( ) ,
17
17
dialyzer: dialyzer ( ) ,
18
18
docs: [
You can’t perform that action at this time.
0 commit comments