From 2ee3efcbd4981ac9fcfaa585689b6d3b462d041a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Thu, 20 Jan 2022 11:44:58 +0100 Subject: [PATCH] Release 0.5.1 (#904) --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4333081..c832cf25f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v0.5.1](https://github.com/livebook-dev/livebook/tree/v0.5.1) (2022-01-20) + +## Changed + +- Changed the file system root path to $HOME in the desktop app [#887](https://github.com/livebook-dev/livebook/pull/887) + +### Fixed + +- Loading JavaScript widgets when running behind a domain ([#902](https://github.com/livebook-dev/livebook/pull/902)) + ## [v0.5.0](https://github.com/livebook-dev/livebook/tree/v0.5.0) (2022-01-19) This release comes with a number of exciting features, in particular it adds diff --git a/mix.exs b/mix.exs index 64e8222c0..09240c110 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Livebook.MixProject do use Mix.Project - @version "0.5.0" + @version "0.5.1" @description "Interactive and collaborative code notebooks - made with Phoenix LiveView" def project do