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"