diff --git a/CHANGELOG.md b/CHANGELOG.md index a7bc4505ea0..a716c96b569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v0.14.4](https://github.com/livebook-dev/livebook/tree/v0.14.4) (2024-10-04) + +### Added + +* Documented stamping (#2815) + +### Fixed + +* Crashes under certain `exec` configuration when starting K8s runtime (#2817) +* Fixed Teams app deployments with attachment files +* App deployment continuing retries even once the app is deactivated + ## [v0.14.3](https://github.com/livebook-dev/livebook/tree/v0.14.3) (2024-10-03) ### Added diff --git a/mix.exs b/mix.exs index bea6a175865..c792f507109 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Livebook.MixProject do use Mix.Project @elixir_requirement "~> 1.16" - @version "0.14.3" + @version "0.14.4" @description "Automate code & data workflows with interactive notebooks" def project do