Skip to content

Commit

Permalink
bump patch version for next release (#301)
Browse files Browse the repository at this point in the history
* bump patch version for next release

* update CHANGELOG
  • Loading branch information
mattpolzin authored Jul 3, 2023
1 parent 6b7f3ef commit 828284e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## NEXT
...

## 1.6.2 (2023-07-03)

### What's Changed
* Error handling fixed per https://github.com/beam-community/jsonapi/issues/294.

**Full Changelog**: https://github.com/beam-community/jsonapi/compare/1.6.1...1.6.2

## 1.6.1 (2023-06-26)

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

0 comments on commit 828284e

Please sign in to comment.