Skip to content

Commit bb1cb42

Browse files
committed
Release v0.11.4
1 parent 0adb28f commit bb1cb42

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
## [v0.11.4](https://github.com/livebook-dev/livebook/tree/v0.11.4) (2023-11-09)
6+
7+
### Added
8+
9+
* 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))
10+
11+
### Changed
12+
13+
* Separated apps from auth and improved apps navigation ([#2322](https://github.com/livebook-dev/livebook/pull/2322))
14+
* Updated the Docker base image to Debian Bookworm
15+
16+
### Fixed
17+
18+
* Keyboard control
19+
520
## [v0.11.3](https://github.com/livebook-dev/livebook/tree/v0.11.3) (2023-10-25)
621

722
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Livebook.MixProject do
22
use Mix.Project
33

44
@elixir_requirement "~> 1.15.2"
5-
@version "0.11.3"
5+
@version "0.11.4"
66
@description "Automate code & data workflows with interactive notebooks"
77

88
def project do

0 commit comments

Comments
 (0)