Skip to content

Commit

Permalink
Release v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Nov 9, 2023
1 parent 0adb28f commit bb1cb42
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb1cb42

Please sign in to comment.