We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0241543 commit 8cad436Copy full SHA for 8cad436
2 files changed
CHANGELOG.md
@@ -17,13 +17,17 @@ and this project adheres to
17
18
### Added
19
20
-- Support `webhook_reply` and `cron_cursor_job` in the provisioner
21
- [#4587](https://github.com/OpenFn/lightning/issues/4587)
22
-
23
### Changed
24
25
### Fixed
26
+## [2.16.1-pre1] - 2026-04-04
+
+### Added
27
28
+- Support `webhook_reply` and `cron_cursor_job` in the provisioner
29
+ [#4587](https://github.com/OpenFn/lightning/issues/4587)
30
31
## [2.16.1-pre] - 2026-04-03
32
33
mix.exs
@@ -4,7 +4,7 @@ defmodule Lightning.MixProject do
4
def project do
5
[
6
app: :lightning,
7
- version: "2.16.1-pre",
+ version: "2.16.1-pre1",
8
elixir: "~> 1.18",
9
elixirc_paths: elixirc_paths(Mix.env()),
10
elixirc_options: [
0 commit comments