diff --git a/CHANGELOG.md b/CHANGELOG.md index 863397ab..61f66a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ## NEXT ... +## 1.7.0 (2024-02-15) + +## What's Changed +* Add options to transform field keys non-recursively (#132) by @protestContest in https://github.com/beam-community/jsonapi/pull/310 + +**Full Changelog**: https://github.com/beam-community/jsonapi/compare/1.6.3...1.7.0 + ## 1.6.3 (2023-08-03) ### What's Changed diff --git a/mix.exs b/mix.exs index d97e5374..8a4535c8 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do def project do [ app: :jsonapi, - version: "1.6.3", + version: "1.7.0", package: package(), compilers: compilers(Mix.env()), description: description(),