From a9aca443a0ba7c889e3a70df8554a0f7abccfb00 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 6 Jun 2024 14:35:46 -0400 Subject: [PATCH] chore: release version v2.0.8 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1c91a..09b5646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.0.8](https://github.com/ash-project/ash_postgres/compare/v2.0.7...v2.0.8) (2024-06-06) + + + + ## [v2.0.7](https://github.com/ash-project/ash_postgres/compare/v2.0.6...v2.0.7) (2024-06-06) ### Bug Fixes: diff --git a/mix.exs b/mix.exs index d2e0821..e9c33c1 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do The PostgreSQL data layer for Ash Framework """ - @version "2.0.7" + @version "2.0.8" def project do [