From bb1cb42abd4e45bd671c7bc5bb83fe91a764c51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Thu, 9 Nov 2023 19:03:42 +0700 Subject: [PATCH] Release v0.11.4 --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a13e8d45f..2ec2098f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v0.11.4](https://github.com/livebook-dev/livebook/tree/v0.11.4) (2023-11-09) + +### Added + +* Improved error handling Team hub page ([#2328](https://github.com/livebook-dev/livebook/pull/2328), [#2326](https://github.com/livebook-dev/livebook/pull/2326), [#2327](https://github.com/livebook-dev/livebook/pull/2327), [#2329](https://github.com/livebook-dev/livebook/pull/2329)) + +### Changed + +* Separated apps from auth and improved apps navigation ([#2322](https://github.com/livebook-dev/livebook/pull/2322)) +* Updated the Docker base image to Debian Bookworm + +### Fixed + +* Keyboard control + ## [v0.11.3](https://github.com/livebook-dev/livebook/tree/v0.11.3) (2023-10-25) ### Added diff --git a/mix.exs b/mix.exs index c2eaa827a..1e1a1d364 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Livebook.MixProject do use Mix.Project @elixir_requirement "~> 1.15.2" - @version "0.11.3" + @version "0.11.4" @description "Automate code & data workflows with interactive notebooks" def project do