Skip to content

Commit 8cad436

Browse files
pre1
1 parent 0241543 commit 8cad436

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,17 @@ and this project adheres to
1717

1818
### Added
1919

20-
- Support `webhook_reply` and `cron_cursor_job` in the provisioner
21-
[#4587](https://github.com/OpenFn/lightning/issues/4587)
22-
2320
### Changed
2421

2522
### Fixed
2623

24+
## [2.16.1-pre1] - 2026-04-04
25+
26+
### Added
27+
28+
- Support `webhook_reply` and `cron_cursor_job` in the provisioner
29+
[#4587](https://github.com/OpenFn/lightning/issues/4587)
30+
2731
## [2.16.1-pre] - 2026-04-03
2832

2933
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Lightning.MixProject do
44
def project do
55
[
66
app: :lightning,
7-
version: "2.16.1-pre",
7+
version: "2.16.1-pre1",
88
elixir: "~> 1.18",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
elixirc_options: [

0 commit comments

Comments
 (0)