diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ee2bfff4..1b1f6a80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.3" + ".": "0.9.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc395a8..cb4a3c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.4](https://github.com/reanahub/reana/compare/0.9.3...0.9.4) (2024-03-18) + + +### Continuous integration + +* **actions:** update GitHub actions due to Node 16 deprecation ([#790](https://github.com/reanahub/reana/issues/790)) ([8ce4a8d](https://github.com/reanahub/reana/commit/8ce4a8de6a46d427ac134b22f69a295e878ffdd8)) + ## [0.9.3](https://github.com/reanahub/reana/compare/0.9.2...0.9.3) (2024-03-13) ### :sparkles: What's new in REANA 0.9.3 diff --git a/helm/reana/Chart.yaml b/helm/reana/Chart.yaml index adcae5b0..dea43b6b 100644 --- a/helm/reana/Chart.yaml +++ b/helm/reana/Chart.yaml @@ -26,7 +26,7 @@ keywords: - cwl - reusable-science type: application -version: 0.9.3 +version: 0.9.4 kubeVersion: '>= 1.21.0-0 < 1.30.0-0' dependencies: - name: traefik diff --git a/reana/version.py b/reana/version.py index 719c0576..b5564ee3 100644 --- a/reana/version.py +++ b/reana/version.py @@ -13,4 +13,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.9.3" +__version__ = "0.9.4"