Skip to content

Commit

Permalink
Release v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Oct 25, 2023
1 parent 4650186 commit 2b87c65
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## [v0.11.3](https://github.com/livebook-dev/livebook/tree/v0.11.3) (2023-10-25)

### Added

* Docker deployment instructions to app panel ([#2276](https://github.com/livebook-dev/livebook/pull/2276), [#2286](https://github.com/livebook-dev/livebook/pull/2286), [#2294](https://github.com/livebook-dev/livebook/pull/2294), [#2295](https://github.com/livebook-dev/livebook/pull/2295))
* Support for custom HTTP certificate ([#2287](https://github.com/livebook-dev/livebook/pull/2287))
* Customizable configuration script to Docker release ([#2295](https://github.com/livebook-dev/livebook/pull/2295), [#2302](https://github.com/livebook-dev/livebook/pull/2302))

### Changed

* Auth page apps list to include password-protected apps ([#2284](https://github.com/livebook-dev/livebook/pull/2284))
* Deprecated `warmup_apps.sh` in favour of `warmup_apps` ([#2305](https://github.com/livebook-dev/livebook/pull/2305))

### Fixed

* Marking notebook as changed when hub secret is toggled ([#2279](https://github.com/livebook-dev/livebook/pull/2279))
* Deploying apps from directory to happen only once when in cluster ([#2291](https://github.com/livebook-dev/livebook/pull/2291))
* Saving for notebooks loaded from a URL ([#2300](https://github.com/livebook-dev/livebook/pull/2300))

## [v0.11.2](https://github.com/livebook-dev/livebook/tree/v0.11.2) (2023-10-14)

### Changed
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.2"
@version "0.11.3"
@description "Automate code & data workflows with interactive notebooks"

def project do
Expand Down

0 comments on commit 2b87c65

Please sign in to comment.