Skip to content

Commit c7e5016

Browse files
committed
release v2.15.14-pre
1 parent e066ed4 commit c7e5016

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

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.15.13",
7+
version: "2.15.14-pre",
88
elixir: "~> 1.18",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
elixirc_options: [

0 commit comments

Comments
 (0)