From fd53e88dfd08ba89e055e63c7508927c7e29dead Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 19 Nov 2021 12:28:10 +0000 Subject: [PATCH] 1.1.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 0e1e6a7f..64b41797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.1.0 (2021-11-19) +### Feature +* Add unimplemented endpoint definitions for search API #257 ([`d0e52d9`](https://github.com/ral-facilities/datagateway-api/commit/d0e52d96dd3b94ce54dcc9b81969e777a196922a)) + +### Documentation +* Rebuild openapi docs #257 ([`de15357`](https://github.com/ral-facilities/datagateway-api/commit/de1535772db64916f75e16d79be3f3fdf10fc47c)) + ## v1.0.1 (2021-11-15) ### Fix * Add PID field for study in DB backend #287 ([`18379be`](https://github.com/ral-facilities/datagateway-api/commit/18379becafd23ff2957e556de2bd3fc210a71f5b)) diff --git a/pyproject.toml b/pyproject.toml index 5e350629..98dfca8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datagateway-api" -version = "1.0.1" +version = "1.1.0" description = "ICAT API to interface with the DataGateway" license = "Apache-2.0" readme = "README.md"