diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ade2839..8801a8c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## 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)) + ## v7.0.0 (2023-02-24) ### Feature * **config:** Add scoring related values to config #398 ([`0472d96`](https://github.com/ral-facilities/datagateway-api/commit/0472d9617b6771c6b64ebbaa49953b5583d1d3c9)) diff --git a/pyproject.toml b/pyproject.toml index a31ac7a2..b1c4a649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datagateway-api" -version = "7.0.0" +version = "7.1.0" description = "ICAT API to interface with the DataGateway" license = "Apache-2.0" readme = "README.md"