From 61e987c2907c7d941e104fa4a20fb69a6b670d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Tue, 20 Jun 2023 17:09:45 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 302da5cdf..ed4e8f08d 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.9.3](https://github.com/livebook-dev/livebook/tree/v0.9.3) (2023-06-20) + +### Fixed + +- Do not browser open arbitrary URLs + ## [v0.9.2](https://github.com/livebook-dev/livebook/tree/v0.9.2) (2023-04-14) ### Added @@ -93,6 +99,12 @@ We migrated Docker images from Docker Hub to GitHub Container Registry (see [#17 - Error when converting Smart cell with input to Code ([#1781](https://github.com/livebook-dev/livebook/pull/1781)) - Improved iframe repositioning when moving sections ([#1796](https://github.com/livebook-dev/livebook/pull/1796)) +## [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