diff --git a/CHANGELOG.md b/CHANGELOG.md index 8deb20a2..549a5776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v3.5.0 (2022-01-31) +### Feature +* Implement basic version of `SearchAPIIncludeFilter` #261 ([`f2f53c9`](https://github.com/ral-facilities/datagateway-api/commit/f2f53c92229d052ae697787eb80a35dcd2ea3b45)) + +### Fix +* Fix list type field checking in Python 3.6 #265 ([`691a59e`](https://github.com/ral-facilities/datagateway-api/commit/691a59ea3f850475572c3a877fb739e5216c6fe7)) + +### Documentation +* Add new comments and fix existing #265 ([`3f1b1cf`](https://github.com/ral-facilities/datagateway-api/commit/3f1b1cffdd1e57ab4eb1227b13e0906424adefd0)) + ## v3.4.0 (2022-01-31) ### Feature * Implement `regexp` operator #297 ([`bf3fe0e`](https://github.com/ral-facilities/datagateway-api/commit/bf3fe0ef2ac582d55dbd881edf6a81a93625ce91)) diff --git a/pyproject.toml b/pyproject.toml index a8663bbd..51ea7c1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datagateway-api" -version = "3.4.0" +version = "3.5.0" description = "ICAT API to interface with the DataGateway" license = "Apache-2.0" readme = "README.md"