Skip to content

Commit

Permalink
bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
protestContest committed Feb 23, 2024
1 parent 811750d commit c18e722
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## NEXT
...

## 1.7.1 (2024-02-23)
* Transform relationship keys with shallow field transformation options (#314) by @protestContest in https://github.com/beam-community/jsonapi/pull/315

**Full Changelog**: https://github.com/beam-community/jsonapi/compare/1.7.0...1.7.1

## 1.7.0 (2024-02-15)

## 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.7.0",
version: "1.7.1",
package: package(),
compilers: compilers(Mix.env()),
description: description(),
Expand Down

0 comments on commit c18e722

Please sign in to comment.