We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ed6ab commit 81e7bbcCopy full SHA for 81e7bbc
2 files changed
CHANGELOG.md
@@ -3,6 +3,13 @@
3
## NEXT
4
...
5
6
+## [1.8.2](https://github.com/beam-community/jsonapi/compare/v1.8.1...v1.8.2) (2024-09-22)
7
+
8
9
+### Bug Fixes
10
11
+* Compiler warnings for zero-arity funtion calls ([#335](https://github.com/beam-community/jsonapi/issues/335)) ([49ed6ab](https://github.com/beam-community/jsonapi/commit/49ed6ab453cdd7af44f608615daf147da876841a))
12
13
## [1.8.1](https://github.com/beam-community/jsonapi/compare/1.8.0...v1.8.1)
14
15
### Bug Fixes
mix.exs
@@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do
def project do
[
app: :jsonapi,
- version: "1.8.1",
+ version: "1.8.2",
package: package(),
compilers: compilers(Mix.env()),
description: description(),
0 commit comments