We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3aa002 commit b1843c0Copy full SHA for b1843c0
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.14.6](https://github.com/livebook-dev/livebook/tree/v0.14.6) (2025-01-23)
6
+
7
+### Added
8
9
+* Extra logging around Livebook connection to Teams ([#2914](https://github.com/livebook-dev/livebook/pull/2914))
10
11
## [v0.14.5](https://github.com/livebook-dev/livebook/tree/v0.14.5) (2024-10-25)
12
13
### Fixed
mix.exs
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.16"
- @version "0.14.5"
+ @version "0.14.6"
@description "Automate code & data workflows with interactive notebooks"
def project do
0 commit comments