We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cad436 commit bf0687fCopy full SHA for bf0687f
CHANGELOG.md
@@ -21,6 +21,8 @@ and this project adheres to
21
22
### Fixed
23
24
+## [2.16.1] - 2026-04-07
25
+
26
## [2.16.1-pre1] - 2026-04-04
27
28
### Added
mix.exs
@@ -4,7 +4,7 @@ defmodule Lightning.MixProject do
4
def project do
5
[
6
app: :lightning,
7
- version: "2.16.1-pre1",
+ version: "2.16.1",
8
elixir: "~> 1.18",
9
elixirc_paths: elixirc_paths(Mix.env()),
10
elixirc_options: [
0 commit comments