From 2a33a8c28542937a002b26fd046240cdf215bc0b Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 10 Jul 2024 08:47:31 -0400 Subject: [PATCH] chore: release version v2.1.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9244234..f05fb60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.1.1](https://github.com/ash-project/ash_postgres/compare/v2.1.0...v2.1.1) (2024-07-10) + + + + +### Bug Fixes: + +* properly interpolate module names in installer + ## [v2.1.0](https://github.com/ash-project/ash_postgres/compare/v2.0.12...v2.1.0) (2024-07-10) ### Features: diff --git a/mix.exs b/mix.exs index 8e4a8d1..d187fc1 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do The PostgreSQL data layer for Ash Framework """ - @version "2.1.0" + @version "2.1.1" def project do [