From f707c63c5842adf237fd16306cedd5db964e2272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Tue, 20 Jun 2023 14:04:04 +0200 Subject: [PATCH] Release v0.8.2 --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343207a97..5ddf6b205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.8.2](https://github.com/livebook-dev/livebook/tree/v0.8.2) (2023-06-20) + +### Fixed + +- Do not browser open arbitrary URLs + ## [v0.8.1](https://github.com/livebook-dev/livebook/tree/v0.8.1) (2023-01-18) ### Added diff --git a/mix.exs b/mix.exs index 7231aba18..554d8bccf 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Livebook.MixProject do use Mix.Project @elixir_requirement "~> 1.14.2 or ~> 1.15-dev" - @version "0.8.1" + @version "0.8.2" @description "Interactive and collaborative code notebooks - made with Phoenix LiveView" @app_elixir_version "1.14.2"