Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rschef committed Jun 14, 2024
1 parent 7d8d8fb commit 05c2f14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 05c2f14

Please sign in to comment.