We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e066ed4 commit c7e5016Copy full SHA for c7e5016
2 files changed
CHANGELOG.md
@@ -19,6 +19,17 @@ and this project adheres to
19
20
### Changed
21
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
33
- Refactor CircleCI to build-then-fan-out pattern, compiling once then running
34
checks in parallel to eliminate cache race conditions and reduce flaky tests
35
[#4378](https://github.com/OpenFn/lightning/pull/4378)
mix.exs
@@ -4,7 +4,7 @@ defmodule Lightning.MixProject do
4
def project do
5
[
6
app: :lightning,
7
- version: "2.15.13",
+ version: "2.15.14-pre",
8
elixir: "~> 1.18",
9
elixirc_paths: elixirc_paths(Mix.env()),
10
elixirc_options: [
0 commit comments