From 41f5e99f0ed3430ad97fb48bd6676c0a6600ec0f Mon Sep 17 00:00:00 2001 From: Mohammad Alisafaee Date: Mon, 2 Oct 2023 14:49:22 +0200 Subject: [PATCH] chore: prep 1.19.1 release (#1648) --- CHANGELOG.md | 8 ++++++++ helm-chart/renku-notebooks/Chart.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b76f9de20..d29fd3416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog for renku-notebooks +## [1.19.1](https://github.com/SwissDataScienceCenter/renku-notebooks/compare/1.19.0...1.19.1) (2023-10-02) + + +### Bug Fixes + +* **app:** fix a typo in session hibernation ([#1645](https://github.com/SwissDataScienceCenter/renku-notebooks/pull/1645)) ([47de9d4](https://github.com/SwissDataScienceCenter/renku-notebooks/commit/47de9d48fb410bb8e453c71e610360360eb28a8e)) + + ## [1.19.0](https://github.com/SwissDataScienceCenter/renku-notebooks/compare/1.18.1...1.19.0) (2023-09-15) diff --git a/helm-chart/renku-notebooks/Chart.yaml b/helm-chart/renku-notebooks/Chart.yaml index b6cd14346..059dbf17a 100644 --- a/helm-chart/renku-notebooks/Chart.yaml +++ b/helm-chart/renku-notebooks/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: '1.0' description: A Helm chart for the Renku Notebooks service name: renku-notebooks -version: 1.19.0 +version: 1.19.1 diff --git a/pyproject.toml b/pyproject.toml index c9c323697..4762a4f8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "renku-notebooks" -version = "1.19.0" +version = "1.19.1" description = "An API service to provide jupyter notebooks for the Renku platform." authors = ["Renku team "] license = "Apache 2"