diff --git a/CHANGELOG.md b/CHANGELOG.md index bf0c4aa9..31453b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v6.3.2 (2023-02-24) +### Fix +* Add triggers for later stages of consistency test ([`2d7d677`](https://github.com/ral-facilities/datagateway-api/commit/2d7d677fbab85a93fb36fc12afb434ba74dbfc27)) + ## v6.3.1 (2023-02-23) ### Fix * Remove dataset filesize generator ([`fb466dd`](https://github.com/ral-facilities/datagateway-api/commit/fb466dd6012088fb25f575f3c7198a9d7d28e070)) diff --git a/pyproject.toml b/pyproject.toml index 167d7ecb..5ee6e580 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datagateway-api" -version = "6.3.1" +version = "6.3.2" description = "ICAT API to interface with the DataGateway" license = "Apache-2.0" readme = "README.md"