File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,17 @@ and this project adheres to
1919
2020### Changed
2121
22+ ### Fixed
23+
24+ ## [ 2.15.14-pre] - 2026-02-11
25+
26+ ### Added
27+
28+ - Single AI chat for workflows and jobs
29+ [ #4109 ] ( https://github.com/OpenFn/lightning/issues/4109 )
30+
31+ ### Changed
32+
2233- Refactor CircleCI to build-then-fan-out pattern, compiling once then running
2334 checks in parallel to eliminate cache race conditions and reduce flaky tests
2435 [ #4378 ] ( https://github.com/OpenFn/lightning/pull/4378 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Lightning.MixProject do
44 def project do
55 [
66 app: :lightning ,
7- version: "2.15.13 " ,
7+ version: "2.15.14-pre " ,
88 elixir: "~> 1.18" ,
99 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1010 elixirc_options: [
You can’t perform that action at this time.
0 commit comments