diff --git a/CHANGELOG.md b/CHANGELOG.md index 32cd167268..dbff38cfa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,14 @@ and this project adheres to ### Fixed +## [v2.10.1] - 2024-11-13 + +### Fixed + - Fix metadata loading as code-assist in the editor + [#2669](https://github.com/OpenFn/lightning/pull/2669) +- Fix Broken Input Dataclip UI + [#2670](https://github.com/OpenFn/lightning/pull/2670) ## [v2.10.0] - 2024-11-13 diff --git a/mix.exs b/mix.exs index b46f423a6a..07118d43ed 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Lightning.MixProject do def project do [ app: :lightning, - version: "2.10.0", + version: "2.10.1", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [