Skip to content

Commit

Permalink
chore(main): release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Aug 21, 2024
1 parent d01c956 commit 9464a15
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.8.0"
}
".": "1.8.1"
}
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.8.1](https://github.com/beam-community/jsonapi/compare/1.8.0...v1.8.1)

### Bug Fixes

* Fix incorrect ordering of serialized lists ([#333](https://github.com/beam-community/jsonapi/pull/333))


## [1.8.0](https://github.com/beam-community/jsonapi/compare/1.7.1...v1.8.0) (2024-06-25)


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

0 comments on commit 9464a15

Please sign in to comment.