From c1a4c8c045dee64783ee3406ee2561c9edce1514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Fri, 6 May 2022 17:22:35 +0200 Subject: [PATCH] Release 0.6.1 (#1175) --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b086f87fc..848791e2a 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.6.1](https://github.com/livebook-dev/livebook/tree/v0.6.1) (2022-05-06) + +### Changed + +- Stopped ignoring mouse events on crash ([#1168](https://github.com/livebook-dev/livebook/pull/1168)) + +### Fixed + +- Added iframes to the Hex archive ([#1174](https://github.com/livebook-dev/livebook/pull/1174)) + ## [v0.6.0](https://github.com/livebook-dev/livebook/tree/v0.6.0) (2022-05-03) ### Added diff --git a/mix.exs b/mix.exs index 94c3fd4cb..331c6562b 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Livebook.MixProject do use Mix.Project @elixir_requirement "~> 1.13" - @version "0.6.0" + @version "0.6.1" @description "Interactive and collaborative code notebooks - made with Phoenix LiveView" @app_elixir_version "1.13.4"