From f04066d3c1244c83a3826ca57c06b93f3815206c Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 30 Jan 2025 12:12:45 -0500 Subject: [PATCH] chore: release version v2.1.17 --- 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 23193e2..6517217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.1.17](https://github.com/ash-project/ash_phoenix/compare/v2.1.16...v2.1.17) (2025-01-30) + + + + +### Improvements: + +* guess the plural name for resources automatically + ## [v2.1.16](https://github.com/ash-project/ash_phoenix/compare/v2.1.15...v2.1.16) (2025-01-29) diff --git a/README.md b/README.md index 4e6b9a3..9394ddc 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.16"} +{:ash_phoenix, "~> 2.1.17"} ``` ## Whats in the box? diff --git a/mix.exs b/mix.exs index a2b756a..4c6dee7 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash and Phoenix """ - @version "2.1.16" + @version "2.1.17" def project do [