From 3dfe095e350be719ad0be6e1034d52f71a24b86c Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 12 Dec 2024 12:37:30 -0500 Subject: [PATCH] chore: release version v2.1.10 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ced0d12..a791fdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.1.10](https://github.com/ash-project/ash_phoenix/compare/v2.1.9...v2.1.10) (2024-12-12) + + + + +### Bug Fixes: + +* use Igniter.Project.Module.parse to get module names for generator (#274) + ## [v2.1.9](https://github.com/ash-project/ash_phoenix/compare/v2.1.8...v2.1.9) (2024-12-11) diff --git a/README.md b/README.md index a283353..8e6c09b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Welcome! This is the package for integrating [Phoenix Framework](https://www.pho Add `ash_phoenix` to your list of dependencies in `mix.exs`: ```elixir -{:ash_phoenix, "~> 2.1.9"} +{:ash_phoenix, "~> 2.1.10"} ``` ## Whats in the box? diff --git a/mix.exs b/mix.exs index eb9598c..84a3175 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash and Phoenix """ - @version "2.1.9" + @version "2.1.10" def project do [