diff --git a/CHANGELOG.md b/CHANGELOG.md index c7838f8..11d3742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.3.0] - 2025-08-31 + +### Added + +- Depends on Jason library + ## [3.2.0] - 2025-08-31 ### Added diff --git a/README.md b/README.md index cbb3203..4f5f2b2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Add `predicator` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:predicator, "~> 3.2"} + {:predicator, "~> 3.3"} ] end ``` diff --git a/mix.exs b/mix.exs index 65fdd70..d80b69b 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Predicator.MixProject do use Mix.Project @app :predicator - @version "3.2.0" + @version "3.3.0" @description "A secure, non-evaling condition (boolean predicate) engine for end users" @source_url "https://github.com/riddler/predicator-ex" @deps [