From 936d0eaf55dba613d5084f9d6dc809b7d1350343 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Thu, 3 Aug 2023 11:53:54 -0500 Subject: [PATCH] bump version to 1.6.3 (#304) * bump version to 1.6.3 * update changelog --- CHANGELOG.md | 7 +++++++ mix.exs | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebabc673..863397ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ## NEXT ... +## 1.6.3 (2023-08-03) + +### What's Changed +* Nested query filter fixes by @TylerPachal in https://github.com/beam-community/jsonapi/pull/302 + +**Full Changelog**: https://github.com/beam-community/jsonapi/compare/1.6.2...1.6.3 + ## 1.6.2 (2023-07-03) ### What's Changed diff --git a/mix.exs b/mix.exs index 098d247a..b0bb9345 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do def project do [ app: :jsonapi, - version: "1.6.2", + version: "1.6.3", package: package(), compilers: compilers(Mix.env()), description: description(), @@ -12,7 +12,7 @@ defmodule JSONAPI.Mixfile do elixirc_paths: elixirc_paths(Mix.env()), build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod, - source_url: "https://github.com/jeregrine/jsonapi", + source_url: "https://github.com/beam-community/jsonapi", deps: deps(), dialyzer: dialyzer(), docs: [