Skip to content

Commit

Permalink
bump version to release new field transformation options
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Feb 16, 2024
1 parent 262b9cb commit 2edf707
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 2edf707

Please sign in to comment.