Skip to content

Commit 1cf1dd3

Browse files
committed
chore: release version v0.4.4
1 parent 53b8ac4 commit 1cf1dd3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## v0.4.4 (2025-08-21)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* Ignore params that are not action attributes or arguments when creating event. by Torkild Kjevik
16+
817
## v0.4.3 (2025-07-17)
918

1019

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add `ash_events` to your dependencies in `mix.exs`:
2424
```elixir
2525
def deps do
2626
[
27-
{:ash_events, "~> 0.4.3"}
27+
{:ash_events, "~> 0.4.4"}
2828
# ... other deps
2929
]
3030
end

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule AshEvents.MixProject do
22
use Mix.Project
33

4-
@version "0.4.3"
4+
@version "0.4.4"
55

66
@description """
77
The extension for tracking changes to your resources via a centralized event log, with replay functionality.

0 commit comments

Comments
 (0)