Skip to content

Commit

Permalink
chore: release version v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 10, 2024
1 parent d5779c3 commit 9295838
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.1.4](https://github.com/ash-project/ash_paper_trail/compare/v0.1.3...v0.1.4) (2024-07-10)




### Bug Fixes:

* use `String.to_atom/1` instead of `to_existing_atom`

## [v0.1.3](https://github.com/ash-project/ash_paper_trail/compare/v0.1.2...v0.1.3) (2024-07-10)


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.1.3"}
{:ash_paper_trail, "~> 0.1.4"}
```

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.1.3"
@version "0.1.4"

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

0 comments on commit 9295838

Please sign in to comment.