diff --git a/CHANGELOG.md b/CHANGELOG.md index b63fae7..178dbfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.8.3](https://github.com/ash-project/ash_csv/compare/v0.8.2...v0.8.3) (2021-03-29) + + + + +### Bug Fixes: + +* don't use dump_to_native on updates either + ## [v0.8.2](https://github.com/ash-project/ash_csv/compare/v0.8.1...v0.8.2) (2021-03-29) diff --git a/README.md b/README.md index b54ff88..2eb1f7b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A CSV data layer for Ash. Currently only meant for demos. The code is messy, its ```elixir def deps do [ - {:ash_csv, "~> 0.8.2"} + {:ash_csv, "~> 0.8.3"} ] end ``` diff --git a/mix.exs b/mix.exs index e604b1b..4a98435 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshCsv.MixProject do use Mix.Project - @version "0.8.2" + @version "0.8.3" @description "A CSV data layer for Ash"