Skip to content

Commit b1843c0

Browse files
committed
Release v0.14.6
1 parent e3aa002 commit b1843c0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

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+
511
## [v0.14.5](https://github.com/livebook-dev/livebook/tree/v0.14.5) (2024-10-25)
612

713
### Fixed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
66
use Mix.Project
77

88
@elixir_requirement "~> 1.16"
9-
@version "0.14.5"
9+
@version "0.14.6"
1010
@description "Automate code & data workflows with interactive notebooks"
1111

1212
def project do

0 commit comments

Comments
 (0)