Skip to content

Commit

Permalink
chore: release version v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 7, 2024
1 parent 9093146 commit 1ea7f30
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 -->

## [v1.0.4](https://github.com/ash-project/ash_archival/compare/v1.0.3...v1.0.4) (2024-10-07)




### Improvements:

* Add attribute_type to configure archived_at timestamp (#56)

## [v1.0.3](https://github.com/ash-project/ash_archival/compare/v1.0.2...v1.0.3) (2024-08-16)


Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/get-started-with-ash-archival.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
First, add the dependency to your `mix.exs` file

```elixir
{:ash_archival, "~> 1.0.3"}
{:ash_archival, "~> 1.0.4"}
```

and add `:ash_archival` to your `.formatter.exs`
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 AshArchival.MixProject do
use Mix.Project

@version "1.0.3"
@version "1.0.4"
@description """
An Ash extension to implement archival (soft deletion) for resources.
"""
Expand Down

0 comments on commit 1ea7f30

Please sign in to comment.