Skip to content

Commit 05c2f14

Browse files
committed
Bump version
1 parent 7d8d8fb commit 05c2f14

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v0.12.0 - June 14th, 2024:
2+
- Fix item_id for composite primary keys
3+
14
### v0.11.0 - June 11th, 2024:
25
- Support serialization of list of embeds
36
- Update Ecto and EctoSql to 3.11.2

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule PaperTrail.Mixfile do
44
def project do
55
[
66
app: :paper_trail,
7-
version: "0.11.0",
7+
version: "0.12.0",
88
elixir: "~> 1.15",
99
source_url: "https://github.com/nash-io/paper_trail",
1010
description: description(),

0 commit comments

Comments
 (0)