Skip to content

Commit

Permalink
release v2.7.16 for http usage
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Aug 7, 2024
1 parent d0619f7 commit 070d447
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 @@ -21,6 +21,14 @@ and this project adheres to

### Fixed

## [v2.7.16] - 2024-08-07

### Fixed

- @ibrahimwickama fixed issue that prevented users from creating new workflows
if they are running in an `http` environment (rather than `localhost` or
`https`). [#2365](https://github.com/OpenFn/lightning/pull/2356)

## [v2.7.15] - 2024-08-07

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

0 comments on commit 070d447

Please sign in to comment.