File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010Unreleased changes will be displayed here upon implementation.
1111
12+ ## [ 1.1.1] - 2025-05-22
13+
14+ ### Fixed
15+
16+ - Type declaration for the ` evaluate ` function
17+
1218## [ 1.1.0] - 2024-11-25
1319
1420### Added
@@ -25,5 +31,6 @@ Unreleased changes will be displayed here upon implementation.
2531- Support for Req 0.3.x (Note that, unrelated to the changes in this library, a warning will be
2632 logged on every request if used together with Finch >= 0.17)
2733
28- [ unreleased ] : https://github.com/box-id/workflow_engine/compare/1.1.0 ...HEAD
34+ [ unreleased ] : https://github.com/box-id/workflow_engine/compare/1.1.1 ...HEAD
2935[ 1.1.0 ] : https://github.com/box-id/workflow_engine/releases/tag/1.1.0
36+ [ 1.1.1 ] : https://github.com/box-id/workflow_engine/releases/tag/1.1.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule WorkflowEngine.MixProject do
44 def project do
55 [
66 app: :workflow_engine ,
7- version: "1.1.0 " ,
7+ version: "1.1.1 " ,
88 elixir: "~> 1.14" ,
99 start_permanent: Mix . env ( ) == :prod ,
1010 deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments