diff --git a/CHANGELOG.md b/CHANGELOG.md index 63621402..0b0e8459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v0.12.0 - June 14th, 2024: +- Fix item_id for composite primary keys + ### v0.11.0 - June 11th, 2024: - Support serialization of list of embeds - Update Ecto and EctoSql to 3.11.2 diff --git a/mix.exs b/mix.exs index a711bcec..599ff529 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule PaperTrail.Mixfile do def project do [ app: :paper_trail, - version: "0.11.0", + version: "0.12.0", elixir: "~> 1.15", source_url: "https://github.com/nash-io/paper_trail", description: description(),