From c984c1a09e55f42fb51418ecfa1b3894148849bc Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 24 Aug 2020 14:06:49 -0400 Subject: [PATCH] chore: release version v0.17.0 --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63165c95..b4bfdeba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.17.0](https://github.com/ash-project/ash_postgres/compare/v0.16.1...v0.17.0) (2020-08-24) + + + + +### Features: + +* update to latest ash + +* support latest ash + ## [v0.16.1](https://github.com/ash-project/ash_postgres/compare/v0.16.0...v0.16.1) (2020-08-19) diff --git a/mix.exs b/mix.exs index 09d78472..d7d6ada0 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.16.1" + @version "0.17.0" def project do [