Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 11, 2022
1 parent 48c1e29 commit 11d59e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!--next-version-placeholder-->

## v4.0.1 (2022-02-11)
### Fix
* Use alternative ICAT mapping for Technique pid when pid is None #314 ([`bf1c830`](https://github.com/ral-facilities/datagateway-api/commit/bf1c8305fc73630fbf1e6c4771664d974c72fd93))
* Use alternative ICAT mapping for Instrument pid when pid is None #314 ([`ae7e57a`](https://github.com/ral-facilities/datagateway-api/commit/ae7e57a0c6ece928cbb053ae41ba1214fb3199f8))
* Use alternative ICAT mapping for Document pid when doi is None #314 ([`736c6bd`](https://github.com/ral-facilities/datagateway-api/commit/736c6bdacc06e9ed2f9fff93a157920b66d2b887))
* Use alternative ICAT mapping for Dataset pid when doi is None #314 ([`b813f3d`](https://github.com/ral-facilities/datagateway-api/commit/b813f3d71d312b72c5a602b7520978208bd05754))
* Use alternative ICAT mapping for Sample pid when pid is None #314 ([`7e211f7`](https://github.com/ral-facilities/datagateway-api/commit/7e211f74aa4fa81ab26c339b27806a64510f261c))

## v4.0.0 (2022-02-10)
### Feature
* **config:** Add configuration option for determining public data #312 ([`58e777b`](https://github.com/ral-facilities/datagateway-api/commit/58e777b5c4a562f6945adcd1b55ce1d470f5d816))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "datagateway-api"
version = "4.0.0"
version = "4.0.1"
description = "ICAT API to interface with the DataGateway"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 11d59e8

Please sign in to comment.