Skip to content

Commit

Permalink
bump version for v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Nov 30, 2023
1 parent 6f9d866 commit 41cce7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ and this project adheres to

### Changed

### Fixed

## [v0.10.4] - 2023-11-30

### Added

### Changed

- Increased History search timeout to 30s
[#1461](https://github.com/OpenFn/Lightning/issues/1461)

Expand Down Expand Up @@ -46,7 +54,7 @@ and this project adheres to

- Create new workflow button sizing regression
[#1405](https://github.com/OpenFn/Lightning/issues/1405)
- Google credential creation and automatic closing of oAuth tab
- Google credential creation and automatic closing of oAuth tab
[#1109](https://github.com/OpenFn/Lightning/issues/1109)
- Exporting project breaks the navigation of the page
[#1440](https://github.com/OpenFn/Lightning/issues/1440)
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: "0.10.3",
version: "0.10.4",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit 41cce7b

Please sign in to comment.