Release v0.14.6

This commit is contained in:
Jonatan Kłosko 2025-01-24 01:08:55 +07:00
parent e3aa002eff
commit b1843c08f2
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/).
## [v0.14.6](https://github.com/livebook-dev/livebook/tree/v0.14.6) (2025-01-23)
### Added
* Extra logging around Livebook connection to Teams ([#2914](https://github.com/livebook-dev/livebook/pull/2914))
## [v0.14.5](https://github.com/livebook-dev/livebook/tree/v0.14.5) (2024-10-25)
### Fixed

View file

@ -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