diff --git a/CHANGELOG.md b/CHANGELOG.md index 83591ca..542249f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.0.0] - 2025-08-?? +## [2.0.0] - 2025-08-21 ### Changed diff --git a/README.md b/README.md index bd4a12b..ae8fe6e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add `predicator` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:predicator, "~> 1.1.0"} + {:predicator, "~> 2.0.0"} ] end ``` diff --git a/mix.exs b/mix.exs index c622096..7af8c93 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Predicator.MixProject do use Mix.Project - @version "1.1.0" + @version "2.0.0" @description "A secure, non-evaling condition (boolean predicate) engine for end users" @source_url "https://github.com/riddler/predicator-ex" @deps [