From b3b797c3da57973c50f0f758f94f206d84efa3de Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 6 Dec 2021 16:43:01 +0000 Subject: [PATCH] 3.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc6d826..decdd6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v3.1.0 (2021-12-06) +### Feature +* Implement session/client handling for search API #258 ([`46a1539`](https://github.com/ral-facilities/datagateway-api/commit/46a1539398f63e9c8a6539d703a164dd7c8749e7)) + ## v3.0.1 (2021-11-24) ### Fix * Allow blank extensions and slash extension to be valid ([`70ddb7a`](https://github.com/ral-facilities/datagateway-api/commit/70ddb7a4fd89ba10b06cd71c3ab2a98648cfb773)) diff --git a/pyproject.toml b/pyproject.toml index bce6fa47..b2c3b46e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datagateway-api" -version = "3.0.1" +version = "3.1.0" description = "ICAT API to interface with the DataGateway" license = "Apache-2.0" readme = "README.md"