From df194e20ef02ac0f63fac13ce5298a9e47d402c7 Mon Sep 17 00:00:00 2001 From: JohnnyT Date: Sun, 31 Aug 2025 06:05:50 -0600 Subject: [PATCH] Releases v3.3.0 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 [