Skip to content

Commit

Permalink
bump version to 1.6.3 (#304)
Browse files Browse the repository at this point in the history
* bump version to 1.6.3

* update changelog
  • Loading branch information
mattpolzin authored Aug 3, 2023
1 parent 8247e10 commit 936d0ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ 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(),
elixir: "~> 1.10",
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: [
Expand Down

0 comments on commit 936d0ea

Please sign in to comment.