Skip to content

Commit

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

<!-- changelog -->

## [v1.1.0](https://github.com/ash-project/ash_archival/compare/v1.0.4...v1.1.0) (2025-01-27)




### Features:

* allow passing of arguments to related resources (#93)

### Bug Fixes:

* credo

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


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.4"}
{:ash_archival, "~> 1.1.0"}
```

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.4"
@version "1.1.0"
@description """
An Ash extension to implement archival (soft deletion) for resources.
"""
Expand Down

0 comments on commit 512ca9f

Please sign in to comment.