diff --git a/CHANGELOG.md b/CHANGELOG.md index 272a7de..d53fdd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.9.7-rc.0](https://github.com/ash-project/ash_csv/compare/v0.9.6...v0.9.7-rc.0) (2024-03-30) + + + + +### Improvements: + +* support Ash 3.0 + ## [v0.9.6](https://github.com/ash-project/ash_csv/compare/v0.9.5...v0.9.6) (2023-10-08) diff --git a/README.md b/README.md index b753445..bcfc393 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A CSV data layer for Ash. ```elixir def deps do [ - {:ash_csv, "~> 0.9.6"} + {:ash_csv, "~> 0.9.7-rc.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 7c7fb76..a24ff6b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshCsv.MixProject do use Mix.Project - @version "0.9.6" + @version "0.9.7-rc.0" @description "A CSV data layer for Ash"