We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21bad2 commit a576164Copy full SHA for a576164
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
5
+## [v0.15.3](https://github.com/livebook-dev/livebook/tree/v0.15.3) (2025-03-10)
6
+
7
+### Fixed
8
9
+* Crash when logging out from Livebook with identity provider configured ([#2953](https://github.com/livebook-dev/livebook/pull/2953))
10
11
## [v0.15.2](https://github.com/livebook-dev/livebook/tree/v0.15.2) (2025-03-03)
12
13
### Fixed
mix.exs
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.18"
- @version "0.15.2"
+ @version "0.15.3"
@description "Automate code & data workflows with interactive notebooks"
def project do
0 commit comments