Skip to content

Commit

Permalink
chore: release version v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Sep 13, 2024
1 parent 43f6880 commit ad636fc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v2.4.0](https://github.com/ash-project/ash_postgres/compare/v2.3.1...v2.4.0) (2024-09-13)




### Features:

* Implement Ltree Type (#385)

### Improvements:

* update ash to latest version

* remove LEAKPROOF from function to prevent migration issues

* support upcoming `action_select` options

* ensure `Repo` is started after telemetry

* update to latest igniter functions

## [v2.3.1](https://github.com/ash-project/ash_postgres/compare/v2.3.0...v2.3.1) (2024-09-05)

### Improvements:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""

@version "2.3.1"
@version "2.4.0"

def project do
[
Expand Down

0 comments on commit ad636fc

Please sign in to comment.