From 22141b5147b1c3e08bb57d5c0d5f16f9f0855d06 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 23 Nov 2022 10:04:53 +0000 Subject: [PATCH] 6.1.1 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 14c2b912..97664ca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v6.1.1 (2022-11-23) +### Fix +* Do not attempt to create related entities if not included #387 ([`819e7a1`](https://github.com/ral-facilities/datagateway-api/commit/819e7a1582d8d108fe5f18b210c08d67cd0a3845)) + ## v6.1.0 (2022-11-23) ### Feature * Add new entity endpoints for icat5 ([`dc14f9f`](https://github.com/ral-facilities/datagateway-api/commit/dc14f9f8aeb5a9849bc69cf647bf068b04a63d81)) diff --git a/pyproject.toml b/pyproject.toml index 1f9e923f..2980feb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datagateway-api" -version = "6.1.0" +version = "6.1.1" description = "ICAT API to interface with the DataGateway" license = "Apache-2.0" readme = "README.md"