Skip to content

Commit 43f2946

Browse files
authored
chore: prep 0.18.1 release (#633)
1 parent dc93620 commit 43f2946

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changes
22

3+
## [0.18.1](https://github.com/SwissDataScienceCenter/renku-gateway/compare/0.18.0...0.18.1) (2023-02-24)
4+
5+
### Bug Fixes
6+
7+
* use offline access tokens for renku client ([#632](https://github.com/SwissDataScienceCenter/renku-gateway/issues/632)) ([dc93620](https://github.com/SwissDataScienceCenter/renku-gateway/commit/dc93620108f020ba950029de64213169869ed619))
8+
9+
10+
311
## [0.18.0](https://github.com/SwissDataScienceCenter/renku-gateway/compare/0.17.0...0.18.0) (2022-12-12)
412

513
### Bug Fixes

helm-chart/renku-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ appVersion: "2.0"
33
description: A Helm chart for the Renku gateway
44
name: renku-gateway
55
icon: https://github.com/SwissDataScienceCenter/renku-sphinx-theme/raw/master/renku_sphinx_theme/static/favicon.png
6-
version: 0.18.0
6+
version: 0.18.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "renku-gateway"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
description = ""
55
authors = ["Your Name <[email protected]>"]
66
license = "Apache 2"

0 commit comments

Comments
 (0)