Skip to content

Commit

Permalink
v2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartc committed Jun 19, 2024
1 parent b71a272 commit b61626d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 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.6.3] - 2024-06-19

### Changed

- Added a notice on application start about anonymous public impact reporting
and its importance for the sustainability of
[Digital Public Goods](https://digitalpublicgoods.net/) and
Expand All @@ -27,8 +33,6 @@ and this project adheres to
[ws-worker default](https://github.com/OpenFn/kit/blob/main/packages/ws-worker/src/util/cli.ts#L149-L153)
so if people don't set their timeout via ENV, at least the two match up.

### Fixed

## [v2.6.2] - 2024-06-13

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

0 comments on commit b61626d

Please sign in to comment.