Skip to content

Commit

Permalink
Release v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Mar 3, 2025
1 parent 2a2431e commit 897086b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 897086b

Please sign in to comment.