From bbf677584530295bc52a0b917651aeccdfda01e1 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 26 Aug 2020 00:29:20 -0400 Subject: [PATCH] chore: release version v0.18.0 --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 796284c..13c1f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.18.0](https://github.com/ash-project/ash_postgres/compare/v0.17.0...v0.18.0) (2020-08-26) + + + + +### Features: + +* update to ash 1.11 (#13) + +* support Ash v1.10 (#12) + +* support latest ash + +* update to latest ash + ## [v0.17.0](https://github.com/ash-project/ash_postgres/compare/v0.16.1...v0.17.0) (2020-08-26) diff --git a/mix.exs b/mix.exs index 99c55ba..fb311de 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.17.0" + @version "0.18.0" def project do [