Skip to content

Commit 24e3c61

Browse files
committed
chore: release version v0.4.1
1 parent e26a63b commit 24e3c61

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

1212
<!-- changelog -->
1313

14+
## [v0.4.1](https://github.com/ash-project/ash_sql/compare/v0.4.0...v0.4.1) (2026-01-29)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* `has_many` with `limit` and `sort` not respected in `exists` query filters (#198) by sevenseacat [(#198)](https://github.com/ash-project/ash_sql/pull/198)
22+
23+
* issues with multitenancy bypass in related queries (#205) by danielatdpg [(#205)](https://github.com/ash-project/ash_sql/pull/205)
24+
1425
## [v0.4.0](https://github.com/ash-project/ash_sql/compare/v0.3.16...v0.4.0) (2026-01-29)
1526

1627

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Shared functionality for ecto-based sql data layers.
1919
```elixir
2020
def deps do
2121
[
22-
{:ash_sql, "~> 0.4.0"}
22+
{:ash_sql, "~> 0.4.1"}
2323
]
2424
end
2525
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule AshSql.MixProject do
1010
Shared utilities for ecto-based sql data layers.
1111
"""
1212

13-
@version "0.4.0"
13+
@version "0.4.1"
1414

1515
def project do
1616
[

0 commit comments

Comments
 (0)