From ea5c8af4e4ebd64d662861a9490d0e3395aa7a28 Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Fri, 22 Oct 2021 14:15:38 +0000
Subject: [PATCH] Chore: 2.5.0

# [2.5.0](https://git.rwth-aachen.de/coscine/backend/apis/blobapi/compare/v2.4.4...v2.5.0) (2021-10-22)

## Update
* Add Logs and Docs (coscine/issues#1711)
---
 src/Blob/Blob.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Blob/Blob.csproj b/src/Blob/Blob.csproj
index 395abc7..ff3b577 100644
--- a/src/Blob/Blob.csproj
+++ b/src/Blob/Blob.csproj
@@ -5,7 +5,7 @@
 		<AssemblyName>Coscine.Api.Blob</AssemblyName>
 		<GenerateDocumentationFile>true</GenerateDocumentationFile>
 		<TargetFramework>net5.0</TargetFramework>
-		<Version>2.4.4</Version>
+		<Version>2.5.0</Version>
 	</PropertyGroup>
 	<PropertyGroup>
 		<Authors>RWTH Aachen University</Authors>
-- 
GitLab