We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8d8fb commit 05c2f14Copy full SHA for 05c2f14
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### v0.12.0 - June 14th, 2024:
2
+- Fix item_id for composite primary keys
3
+
4
### v0.11.0 - June 11th, 2024:
5
- Support serialization of list of embeds
6
- Update Ecto and EctoSql to 3.11.2
mix.exs
@@ -4,7 +4,7 @@ defmodule PaperTrail.Mixfile do
def project do
[
app: :paper_trail,
7
- version: "0.11.0",
+ version: "0.12.0",
8
elixir: "~> 1.15",
9
source_url: "https://github.com/nash-io/paper_trail",
10
description: description(),
0 commit comments