Skip to content

Commit 962b6cd

Browse files
committed
release v2.16.7
1 parent dc64ac3 commit 962b6cd

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ and this project adheres to
1919

2020
### Changed
2121

22+
### Fixed
23+
24+
## [2.16.7] - 2026-06-04
25+
26+
### Changed
27+
2228
- Stop reporting expected credential-resolution failures (OAuth re-auth needed,
2329
misconfigured project environment, transient provider errors) to Sentry. These
2430
are now logged once, in `Lightning.Credentials.Resolver`, at `info`/`warning`

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Lightning.MixProject do
44
def project do
55
[
66
app: :lightning,
7-
version: "2.16.6",
7+
version: "2.16.7",
88
elixir: "~> 1.18",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
elixirc_options: [

0 commit comments

Comments
 (0)