Skip to content

Commit 0552128

Browse files
authored
bump ptoject version to 2.11.3-pre.0 (#3126)
1 parent 129680d commit 0552128

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ and this project adheres to
1717

1818
### Added
1919

20+
### Changed
21+
22+
### Fixed
23+
24+
## [v2.11.3-pre.0] - 2025-04-16
25+
26+
### Added
27+
2028
- Enabled displaying full workflow name when hovering workflow name in the
2129
workflows list page [#2894](https://github.com/OpenFn/lightning/issues/2894)
2230
- Enabled clickable rows in the workflows list page
@@ -57,8 +65,6 @@ and this project adheres to
5765
- Added a "BETA" label to the Kafka trigger type
5866
[#3098](https://github.com/OpenFn/lightning/pull/3098)
5967

60-
### Fixed
61-
6268
## [v2.11.2] - 2025-04-10
6369

6470
### 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.11.2",
7+
version: "2.11.3",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
elixirc_options: [

0 commit comments

Comments
 (0)