Skip to content

Commit

Permalink
chore: release version v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Feb 11, 2025
1 parent 8d3820c commit a59fd65
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.5.1](https://github.com/ash-project/ash_paper_trail/compare/v0.5.0...v0.5.1) (2025-02-11)




### Bug Fixes:

* ensure bulk create raises errors

## [v0.5.0](https://github.com/ash-project/ash_paper_trail/compare/v0.4.0...v0.5.0) (2025-01-27)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
First, add the dependency to your `mix.exs`

```elixir
{:ash_paper_trail, "~> 0.5.0"}
{:ash_paper_trail, "~> 0.5.1"}
```

Then, add the `AshPaperTrail.Resource` extension to any resource you would like to version and configure the change tracking mode
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule AshPaperTrail.MixProject do
use Mix.Project

@version "0.5.0"
@version "0.5.1"

@description """
The extension for keeping an audit log of changes to your Ash resources.
Expand Down

0 comments on commit a59fd65

Please sign in to comment.