From d8b4091c99f8fdfb2c75b46386099ec59e9c5fbf Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 9 Jul 2024 20:53:31 -0400 Subject: [PATCH] chore: release version v2.1.0 --- CHANGELOG.md | 19 +++++++++++++++++++ mix.exs | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index add91b3..9244234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.1.0](https://github.com/ash-project/ash_postgres/compare/v2.0.12...v2.1.0) (2024-07-10) + +### Features: + +- [AshPostgres.DataLayer] add `storage_types` configuration (#342) +- [generators] add `mix ash_postgres.install` (`mix igniter.install ash_postgres`) + +### Bug Fixes: + +- [AshPostgres.DataLayer] ensure that `from_many?` relationships in lateral join have a limit applied + +- [migration generator] properly delete args passed from migrate to ecto + +### Improvements: + +- [Ash.Type.UUIDv7] add support for `:uuid_v7` type (#333) + +- [migration generator] order keys in snapshot json (#339) + ## [v2.0.12](https://github.com/ash-project/ash_postgres/compare/v2.0.11...v2.0.12) (2024-06-20) ### Bug Fixes: diff --git a/mix.exs b/mix.exs index d7ee138..8e4a8d1 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do The PostgreSQL data layer for Ash Framework """ - @version "2.0.12" + @version "2.1.0" def project do [