Skip to content

Commit

Permalink
chore: release version v0.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 23, 2024
1 parent 2ccfdb9 commit 150290b
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 -->

## [v0.2.26](https://github.com/ash-project/ash_sql/compare/v0.2.25...v0.2.26) (2024-07-23)




### Bug Fixes:

* don't accidentally mix updates/params when building changes

## [v0.2.25](https://github.com/ash-project/ash_sql/compare/v0.2.24...v0.2.25) (2024-07-22)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Shared functionality for ecto-based sql data layers.
```elixir
def deps do
[
{:ash_sql, "~> 0.2.25"}
{:ash_sql, "~> 0.2.26"}
]
end
```
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule AshSql.MixProject do
Shared utilities for ecto-based sql data layers.
"""

@version "0.2.25"
@version "0.2.26"

def project do
[
Expand Down

0 comments on commit 150290b

Please sign in to comment.