diff --git a/CHANGELOG.md b/CHANGELOG.md index e3088ba..04e20dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.4.1](https://code.harton.nz/james/ash_cubdb/compare/v0.4.0...v0.4.1) (2023-10-02) + + + + +### Bug Fixes: + +* correctly enable filtering and sorting. + ## [v0.4.0](https://code.harton.nz/james/ash_cubdb/compare/v0.3.1...v0.4.0) (2023-10-02) diff --git a/README.md b/README.md index 8f6b265..cb83770 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ by adding `ash_cubdb` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_cubdb, "~> 0.4.0"} + {:ash_cubdb, "~> 0.4.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 24cee2f..1c0b51b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshCubDB.MixProject do use Mix.Project - @version "0.4.0" + @version "0.4.1" @moduledoc """ A CubDB data layer for `Ash` resources.