From 1237d791194a452ee566676746a6b1f06c44dc28 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 7 Jan 2021 22:52:24 -0500 Subject: [PATCH] chore: release version v0.29.0 --- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a65c2f7..4b07c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.29.0](https://github.com/ash-project/ash_postgres/compare/v0.28.1...v0.29.0) (2021-01-08) + + + + +### Features: + +* retain snapshot history + +### Improvements: + +* support latest ash version + ## [v0.28.1](https://github.com/ash-project/ash_postgres/compare/v0.28.0...v0.28.1) (2021-01-07) diff --git a/mix.exs b/mix.exs index eece0a1..2a6a037 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.28.1" + @version "0.29.0" def project do [