From 31fa4ca3ece57fc19993bcd9dee0547b2b600e19 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 31 Jan 2022 15:30:28 +0000 Subject: [PATCH] 3.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fec3063b..808aaddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v3.2.0 (2022-01-31) +### Feature +* Add class to represent nested conditions #259 ([`583cbf2`](https://github.com/ral-facilities/datagateway-api/commit/583cbf29744b72c020429b61ae7442b19acef231)) +* Add first pass of query param implementation #259 ([`ee668e3`](https://github.com/ral-facilities/datagateway-api/commit/ee668e38cd43354851163616a93924ad84e14b90)) + ## v3.1.1 (2021-12-15) ### Fix * Correct reference to class name #264 ([`fc4c180`](https://github.com/ral-facilities/datagateway-api/commit/fc4c18085ab496d838e8d1e9e3f8c77f07826e9d)) diff --git a/pyproject.toml b/pyproject.toml index 8f996076..173742a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datagateway-api" -version = "3.1.1" +version = "3.2.0" description = "ICAT API to interface with the DataGateway" license = "Apache-2.0" readme = "README.md"