Skip to content

Commit 6ae0e9e

Browse files
authored
chore(main): release 1.12.0 (#415)
1 parent f6229c1 commit 6ae0e9e

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.11.0"
2+
".": "1.12.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
## NEXT
44
...
55

6+
## [1.12.0](https://github.com/beam-community/jsonapi/compare/v1.11.0...v1.12.0) (2026-04-08)
7+
8+
9+
### Features
10+
11+
* Make auto-links optional without removing other links ([#407](https://github.com/beam-community/jsonapi/issues/407)) ([a1bcd21](https://github.com/beam-community/jsonapi/commit/a1bcd21d536b2d85ca1e20407f14bbcfaacc8e47))
12+
613
## [1.11.0](https://github.com/beam-community/jsonapi/compare/v1.10.0...v1.11.0) (2026-03-12)
714

815

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do
44
def project do
55
[
66
app: :jsonapi,
7-
version: "1.11.0",
7+
version: "1.12.0",
88
package: package(),
99
compilers: compilers(Mix.env()),
1010
description: description(),

0 commit comments

Comments
 (0)