File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,14 @@ and this project adheres to
17
17
18
18
### Added
19
19
20
+ ### Changed
21
+
22
+ ### Fixed
23
+
24
+ ## [ v2.11.3-pre.0] - 2025-04-16
25
+
26
+ ### Added
27
+
20
28
- Enabled displaying full workflow name when hovering workflow name in the
21
29
workflows list page [ #2894 ] ( https://github.com/OpenFn/lightning/issues/2894 )
22
30
- Enabled clickable rows in the workflows list page
@@ -57,8 +65,6 @@ and this project adheres to
57
65
- Added a "BETA" label to the Kafka trigger type
58
66
[ #3098 ] ( https://github.com/OpenFn/lightning/pull/3098 )
59
67
60
- ### Fixed
61
-
62
68
## [ v2.11.2] - 2025-04-10
63
69
64
70
### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Lightning.MixProject do
4
4
def project do
5
5
[
6
6
app: :lightning ,
7
- version: "2.11.2 " ,
7
+ version: "2.11.3 " ,
8
8
elixir: "~> 1.15" ,
9
9
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
10
10
elixirc_options: [
You can’t perform that action at this time.
0 commit comments