From 897086b4f56d62a0f13cf5a1e31f6a96d34ab303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Mon, 3 Mar 2025 21:54:49 +0900 Subject: [PATCH] Release v0.15.2 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40fe974eca0..07af3a32338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v0.15.2](https://github.com/livebook-dev/livebook/tree/v0.15.2) (2025-03-03) + +### Fixed + +* Iframes not loading when Livebook starts normally, but iframe starts on a random port ([#2947](https://github.com/livebook-dev/livebook/pull/2947)) +* Session cookie overflow error when user identity data exceeds 4kb ([#2948](https://github.com/livebook-dev/livebook/pull/2948)) + ## [v0.15.1](https://github.com/livebook-dev/livebook/tree/v0.15.1) (2025-02-24) ### Changed diff --git a/mix.exs b/mix.exs index 94dbcb8074e..7aefa46b056 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Livebook.MixProject do use Mix.Project @elixir_requirement "~> 1.18" - @version "0.15.1" + @version "0.15.2" @description "Automate code & data workflows with interactive notebooks" def project do