Release v0.14.7

This commit is contained in:
Jonatan Kłosko 2025-02-01 16:31:56 +07:00
parent 856b46d001
commit 38eb1439fa
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [v0.14.7](https://github.com/livebook-dev/livebook/tree/v0.14.7) (2025-02-01)
### Fixed
* Teams websocket not reconnecting after a graceful close ([#2924](https://github.com/livebook-dev/livebook/pull/2924))
## [v0.14.6](https://github.com/livebook-dev/livebook/tree/v0.14.6) (2025-01-23) ## [v0.14.6](https://github.com/livebook-dev/livebook/tree/v0.14.6) (2025-01-23)
### Added ### Added

View file

@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project use Mix.Project
@elixir_requirement "~> 1.16" @elixir_requirement "~> 1.16"
@version "0.14.6" @version "0.14.7"
@description "Automate code & data workflows with interactive notebooks" @description "Automate code & data workflows with interactive notebooks"
def project do def project do