Skip to content

Commit

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

### Changed

### Fixed

## [v2.7.4] 2024-07-06

### Changed

- When the entire log string is a valid JSON object, pretty print it with a
standard `JSON.stringify(str, null, 2)` but if it's something else then let
the user do whatever they want (e.g., if you write
Expand All @@ -27,6 +33,9 @@ and this project adheres to

### Fixed

- Fixed sticky toggle button for switching between latest version and a snapshot
of a workflow [#2264](https://github.com/OpenFn/lightning/pull/2264)

## [v2.7.3] - 2024-07-05

### Changed
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.3",
version: "2.7.4",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit e393037

Please sign in to comment.