From f6c3ce6f8d8f85fac9267dc1fbf1f71959b2d3ea Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 25 Apr 2023 14:44:33 +0000 Subject: [PATCH] 8.0.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8801a8c8..495b8dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v8.0.0 (2023-04-25) +### Fix +* Add url_prefix param to fix swagger docs at non-root paths #408 ([`49632ea`](https://github.com/ral-facilities/datagateway-api/commit/49632ea19f6dc24e0174c2dfa47ffc253261db3d)) + +### Breaking +* add url_prefix param to fix swagger docs at non-root paths #408 ([`49632ea`](https://github.com/ral-facilities/datagateway-api/commit/49632ea19f6dc24e0174c2dfa47ffc253261db3d)) + ## v7.1.0 (2023-03-23) ### Feature * Add icat 5 entity generation to the data generator script ([`579e321`](https://github.com/ral-facilities/datagateway-api/commit/579e321d9ae368d5840e602154bdb155e902478b)) diff --git a/pyproject.toml b/pyproject.toml index b1c4a649..ec21f92e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datagateway-api" -version = "7.1.0" +version = "8.0.0" description = "ICAT API to interface with the DataGateway" license = "Apache-2.0" readme = "README.md"