Skip to content

Commit

Permalink
chore: release version v0.40.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 19, 2021
1 parent 487c9f3 commit cdeb5b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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 -->

## [v0.40.8](https://github.com/ash-project/ash_postgres/compare/v0.40.7...v0.40.8) (2021-07-19)




### Bug Fixes:

* ensure source table is sorted in lateral join

### Improvements:

* fix significant performance issue in lateral joins

## [v0.40.7](https://github.com/ash-project/ash_postgres/compare/v0.40.6...v0.40.7) (2021-07-12)


Expand Down
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 AshPostgres.MixProject do
support, and delegates to a configured repo.
"""

@version "0.40.7"
@version "0.40.8"

def project do
[
Expand Down

0 comments on commit cdeb5b4

Please sign in to comment.