Skip to content

Commit dce7528

Browse files
authored
chore: prep 0.19.1 release (#641)
1 parent 4d966ce commit dce7528

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## [0.19.1](https://github.com/SwissDataScienceCenter/renku-gateway/compare/0.19.0...0.19.1) (2023-04-13)
4+
5+
6+
### Bug Fixes
7+
8+
* /api/repos path should be just /repos ([#640](https://github.com/SwissDataScienceCenter/renku-gateway/issues/640)) ([4d966ce](https://github.com/SwissDataScienceCenter/renku-gateway/commit/4d966ce986c3281459e64fcfaf2f03608baf86a2))
9+
10+
11+
12+
313
## [0.19.0](https://github.com/SwissDataScienceCenter/renku-gateway/compare/0.18.1...0.19.0) (2023-03-31)
414

515

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.19.0
6+
version: 0.19.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.19.0"
3+
version = "0.19.1"
44
description = ""
55
authors = ["Your Name <[email protected]>"]
66
license = "Apache 2"

0 commit comments

Comments
 (0)