Skip to content

Commit e41e6f1

Browse files
committed
Release v0.11.2
1 parent 38fc113 commit e41e6f1

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## [v0.11.2](https://github.com/livebook-dev/livebook/tree/v0.11.2) (2023-10-14)
6+
7+
### Changed
8+
9+
* Bumped Elixir and Erlang versions in the Docker image and the desktop app ([#2254](https://github.com/livebook-dev/livebook/pull/2254))
10+
11+
### Fixed
12+
13+
* App links in the public apps list ([#2275](https://github.com/livebook-dev/livebook/pull/2275))
14+
515
## [v0.11.1](https://github.com/livebook-dev/livebook/tree/v0.11.1) (2023-10-10)
616

717
### Fixed
@@ -48,7 +58,7 @@ This release introduces a **breaking change** to audio and image inputs. Previou
4858
* Clicking links within iframes to trigger navigation for the whole page ([#2160](https://github.com/livebook-dev/livebook/pull/2160))
4959
* Setup cell output to never be exported ([#2184](https://github.com/livebook-dev/livebook/pull/2184))
5060
* Moved file storage configuration from Settings to Hub page ([#2212](https://github.com/livebook-dev/livebook/pull/2212))
51-
* Bumped Elixir and Erlang versions in the Docker image ([#2254](https://github.com/livebook-dev/livebook/pull/2254))
61+
* Bumped Elixir and Erlang versions in the Docker image and the desktop app ([#2254](https://github.com/livebook-dev/livebook/pull/2254))
5262
* **(Breaking)** Changed audio and image input values to include file rather than inline binary data
5363
* Changed the algorithm used by Personal hub for stamping ([#2252](https://github.com/livebook-dev/livebook/pull/2252))
5464

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.14.2 or ~> 1.15-dev"
5-
@version "0.11.1"
5+
@version "0.11.2"
66
@description "Automate code & data workflows with interactive notebooks"
77

88
def project do

0 commit comments

Comments
 (0)