File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 33## NEXT
44...
55
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+
613## [ 1.8.1] ( https://github.com/beam-community/jsonapi/compare/1.8.0...v1.8.1 )
714
815### Bug Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do
44 def project do
55 [
66 app: :jsonapi ,
7- version: "1.8.1 " ,
7+ version: "1.8.2 " ,
88 package: package ( ) ,
99 compilers: compilers ( Mix . env ( ) ) ,
1010 description: description ( ) ,
You can’t perform that action at this time.
0 commit comments