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