File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111
1212<!-- changelog -->
1313
14+ ## [ v0.7.0] ( https://github.com/ash-project/ash_events/compare/v0.6.0...v0.7.0 ) (2026-03-29)
15+
16+
17+
18+
19+ ### Bug Fixes:
20+
21+ * handle bulk_destroy with soft delete (#85 ) by [ @Torkan ] ( https://github.com/Torkan )
22+
23+ * implement atomic/3 on replay changes for ignored action compatibility by [ @Torkan ] ( https://github.com/Torkan )
24+
25+ * clear managed relationships during replay and capture belongs_to FKs in changed_attributes by [ @Torkan ] ( https://github.com/Torkan )
26+
27+ * preserve ManageRelationship visibility for AshPhoenix nested forms (#87 ) by [ @Torkan ] ( https://github.com/Torkan )
28+
1429## [ v0.6.0] ( https://github.com/ash-project/ash_events/compare/v0.5.1...v0.6.0 ) (2026-02-04)
1530
1631
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Add `ash_events` to your dependencies in `mix.exs`:
3333``` elixir
3434def deps do
3535 [
36- {:ash_events , " ~> 0.6 .0" }
36+ {:ash_events , " ~> 0.7 .0" }
3737 # ... other deps
3838 ]
3939end
Original file line number Diff line number Diff line change 55defmodule AshEvents.MixProject do
66 use Mix.Project
77
8- @ version "0.6 .0"
8+ @ version "0.7 .0"
99
1010 @ description """
1111 The extension for tracking changes to your resources via a centralized event log, with replay functionality.
You can’t perform that action at this time.
0 commit comments