Skip to content

Commit 1621d87

Browse files
bdebinskaiStefo
authored andcommitted
bump version and add changelog
1 parent fa377c5 commit 1621d87

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
Unreleased 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)