From c0b0d083156e9c2177c1de193d1ad62ec0d112a0 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 7 Jan 2021 22:53:32 -0500 Subject: [PATCH] chore: release version v0.29.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b07c13..309af36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.29.1](https://github.com/ash-project/ash_postgres/compare/v0.29.0...v0.29.1) (2021-01-08) + + + + +### Improvements: + +* support latest ash version + ## [v0.29.0](https://github.com/ash-project/ash_postgres/compare/v0.28.1...v0.29.0) (2021-01-08) diff --git a/mix.exs b/mix.exs index 2a6a037..4d5fdb3 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.29.0" + @version "0.29.1" def project do [