Skip to content

Commit 154b375

Browse files
committed
Release v0.17.2
1 parent 3bfc7c1 commit 154b375

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5+
## [v0.17.2](https://github.com/livebook-dev/livebook/tree/v0.17.2) (2025-09-15)
6+
7+
### Added
8+
9+
* Added prefix to secret name field, to indicate the corresponding environment variable ([#3063](https://github.com/livebook-dev/livebook/pull/3063))
10+
11+
### Fixed
12+
13+
* (Desktop) Fixed macOS notarization ([#3061](https://github.com/livebook-dev/livebook/pull/3061), [#3062](https://github.com/livebook-dev/livebook/pull/3062))
14+
515
## [v0.17.1](https://github.com/livebook-dev/livebook/tree/v0.17.1) (2025-09-04)
616

717
### Updated

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
66
use Mix.Project
77

88
@elixir_requirement "~> 1.18"
9-
@version "0.17.1"
9+
@version "0.17.2"
1010
@description "Automate code & data workflows with interactive notebooks"
1111

1212
def project do

0 commit comments

Comments
 (0)