From 3afb9c8d899346d45012e77c7dcde59f44df8e9d Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 4 May 2021 01:12:17 -0400 Subject: [PATCH] chore: release version v0.38.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adf2818..4e09a5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.38.1](https://github.com/ash-project/ash_postgres/compare/v0.38.0...v0.38.1) (2021-05-04) + + + + +### Bug Fixes: + +* fix fragment processing broken (#64) + ## [v0.38.0](https://github.com/ash-project/ash_postgres/compare/v0.37.8...v0.38.0) (2021-04-29) diff --git a/mix.exs b/mix.exs index 4381d82..3f85690 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.38.0" + @version "0.38.1" def project do [