Skip to content

Commit 936d0ea

Browse files
authored
bump version to 1.6.3 (#304)
* bump version to 1.6.3 * update changelog
1 parent 8247e10 commit 936d0ea

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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.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+
613
## 1.6.2 (2023-07-03)
714

815
### What's Changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ defmodule JSONAPI.Mixfile do
44
def project do
55
[
66
app: :jsonapi,
7-
version: "1.6.2",
7+
version: "1.6.3",
88
package: package(),
99
compilers: compilers(Mix.env()),
1010
description: description(),
1111
elixir: "~> 1.10",
1212
elixirc_paths: elixirc_paths(Mix.env()),
1313
build_embedded: Mix.env() == :prod,
1414
start_permanent: Mix.env() == :prod,
15-
source_url: "https://github.com/jeregrine/jsonapi",
15+
source_url: "https://github.com/beam-community/jsonapi",
1616
deps: deps(),
1717
dialyzer: dialyzer(),
1818
docs: [

0 commit comments

Comments
 (0)