Skip to content

Commit 32510e7

Browse files
authored
Releases v2.0.0 (#18)
1 parent 96eaca5 commit 32510e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.0.0] - 2025-08-??
8+
## [2.0.0] - 2025-08-21
99

1010
### Changed
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add `predicator` to your list of dependencies in `mix.exs`:
3030
```elixir
3131
def deps do
3232
[
33-
{:predicator, "~> 1.1.0"}
33+
{:predicator, "~> 2.0.0"}
3434
]
3535
end
3636
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Predicator.MixProject do
22
use Mix.Project
33

4-
@version "1.1.0"
4+
@version "2.0.0"
55
@description "A secure, non-evaling condition (boolean predicate) engine for end users"
66
@source_url "https://github.com/riddler/predicator-ex"
77
@deps [

0 commit comments

Comments
 (0)