From ec566df701fba9b8283c2f4e89cbffa2128eec5a Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 13 Jul 2020 00:41:46 -0400 Subject: [PATCH] chore: release version v0.9.0 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf30f6..dbfa16d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.9.0](https://github.com/ash-project/ash_postgres/compare/0.8.0...v0.9.0) (2020-07-13) + + + + +### Features: + +* update to latest ash + ## [v0.8.0](https://github.com/ash-project/ash_postgres/compare/0.7.0...v0.8.0) (2020-07-09) diff --git a/mix.exs b/mix.exs index 0fb3bde..251b0d6 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.8.0" + @version "0.9.0" def project do [