Skip to content

Commit

Permalink
v2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Jul 24, 2024
1 parent f978505 commit 73989db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ and this project adheres to

### Changed

### Fixed

## [v2.7.8] - 2024-07-24

### Added

### Changed

- Enable End to End Integration tests
[#2187](https://github.com/OpenFn/lightning/issues/2187)
- Make selected Kafka trigger parameters configurable via ENV vars.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Lightning.MixProject do
def project do
[
app: :lightning,
version: "2.7.7",
version: "2.7.8",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit 73989db

Please sign in to comment.