diff --git a/CHANGELOG.md b/CHANGELOG.md index 87af2704..65946d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.31.0](https://github.com/ash-project/ash_postgres/compare/v0.30.1...v0.31.0) (2021-01-22) + + + + +### Features: + +* support fragments + +* support type casting + +* update to latest ash to support expressions + +### Bug Fixes: + +* update CI versions + ## [v0.30.1](https://github.com/ash-project/ash_postgres/compare/v0.30.0...v0.30.1) (2021-01-13) diff --git a/mix.exs b/mix.exs index 595112cc..53f8a766 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.30.1" + @version "0.31.0" def project do [