From 154b375970442ec0e739e24915cb6a4f2ad4dbba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Mon, 15 Sep 2025 09:13:21 +0200 Subject: [PATCH] Release v0.17.2 --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b1630d2..b0a5a2cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v0.17.2](https://github.com/livebook-dev/livebook/tree/v0.17.2) (2025-09-15) + +### Added + +* Added prefix to secret name field, to indicate the corresponding environment variable ([#3063](https://github.com/livebook-dev/livebook/pull/3063)) + +### Fixed + +* (Desktop) Fixed macOS notarization ([#3061](https://github.com/livebook-dev/livebook/pull/3061), [#3062](https://github.com/livebook-dev/livebook/pull/3062)) + ## [v0.17.1](https://github.com/livebook-dev/livebook/tree/v0.17.1) (2025-09-04) ### Updated diff --git a/mix.exs b/mix.exs index 721be1e72..4170264dd 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Livebook.MixProject do use Mix.Project @elixir_requirement "~> 1.18" - @version "0.17.1" + @version "0.17.2" @description "Automate code & data workflows with interactive notebooks" def project do