From 05c2f14d3247176095fbfd087525e3a4235d9c79 Mon Sep 17 00:00:00 2001
From: Rafael Scheffer <rafaelscheff@gmail.com>
Date: Fri, 14 Jun 2024 12:36:12 +0200
Subject: [PATCH] Bump version

---
 CHANGELOG.md | 3 +++
 mix.exs      | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

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(),