Skip to content

Commit

Permalink
chore(master): release 0.95.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 15, 2024
1 parent 9fa4059 commit 8e4dc41
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.3"
".": "0.95.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.95.0](https://github.com/reanahub/reana-server/compare/0.9.3...0.95.0) (2024-03-15)


### Chores

* **master:** release 0.95.0-alpha.1 ([9fa4059](https://github.com/reanahub/reana-server/commit/9fa40595ce840391c4aed999c3d4dda4de7ad2eb))

## [0.9.3](https://github.com/reanahub/reana-server/compare/0.9.2...0.9.3) (2024-03-04)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ LABEL org.opencontainers.image.title="reana-server"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-server"
LABEL org.opencontainers.image.vendor="reanahub"
# x-release-please-start-version
LABEL org.opencontainers.image.version="0.95.0-alpha.1"
LABEL org.opencontainers.image.version="0.95.0"
# x-release-please-end
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"info": {
"description": "Submit workflows to be run on REANA Cloud",
"title": "REANA Server",
"version": "0.95.0a1"
"version": "0.95.0"
},
"paths": {
"/account/settings/linkedaccounts/": {},
Expand Down

0 comments on commit 8e4dc41

Please sign in to comment.