Skip to content

Commit

Permalink
chore: release version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Sep 20, 2024
1 parent e48e30a commit fd8c9a6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.3.0](https://github.com/ash-project/ash_paper_trail/compare/v0.2.1...v0.3.0) (2024-09-20)




### Features:

* Add ability to ignore sensitive attributes. (#117)

* Add support for redacting sensitive attributes from versions. (#116)

## [v0.2.1](https://github.com/ash-project/ash_paper_trail/compare/v0.2.0...v0.2.1) (2024-09-16)


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

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.2.1"
@version "0.3.0"

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

0 comments on commit fd8c9a6

Please sign in to comment.