File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 3.3.0] - 2025-08-31
11+
12+ ### Added
13+
14+ - Depends on Jason library
15+
1016## [ 3.2.0] - 2025-08-31
1117
1218### Added
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Add `predicator` to your list of dependencies in `mix.exs`:
3232``` elixir
3333def deps do
3434 [
35- {:predicator , " ~> 3.2 " }
35+ {:predicator , " ~> 3.3 " }
3636 ]
3737end
3838```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Predicator.MixProject do
22 use Mix.Project
33
44 @ app :predicator
5- @ version "3.2 .0"
5+ @ version "3.3 .0"
66 @ description "A secure, non-evaling condition (boolean predicate) engine for end users"
77 @ source_url "https://github.com/riddler/predicator-ex"
88 @ deps [
You can’t perform that action at this time.
0 commit comments