diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e67321..f2c2389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v0.3.3 (2024-01-14) +* There are no code changes in this release. `README.md` has been updated to include compatibility with ParadeDB `0.14.x`. + ## v0.3.2 (2024-11-22) * `::fieldname` casts have been updated to `::paradedb.fieldname`. This change is backwards compatible to `0.11.0`. * Test/example migrations have been updated to demo Paradex `0.13.0`'s new index creation syntax. diff --git a/README.md b/README.md index 5063b3f..4b3e620 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Paradex -Ecto fragments for [ParadeDB](https://www.paradedb.com/) versions `0.11.x - 0.13.x`. +Ecto fragments for [ParadeDB](https://www.paradedb.com/) versions `0.11.x - 0.14.x`. ## Installation @@ -10,7 +10,7 @@ Add `:paradex` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:paradex, "~> 0.3.2"} + {:paradex, "~> 0.3.3"} ] end ``` diff --git a/mix.exs b/mix.exs index b524beb..5756148 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Paradex.MixProject do use Mix.Project @name "Paradex" - @version "0.3.2" + @version "0.3.3" @source_url "https://github.com/Moosieus/paradex" def project do