From 281eeb0eb12ddb43f7d1158dff1e49458322622f Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Fri, 12 Mar 2021 14:27:06 +0000 Subject: [PATCH] Chore: 2.1.0 # [2.1.0](https://git.rwth-aachen.de/coscine/backend/apis/pid/compare/v2.0.1...v2.1.0) (2021-03-12) ## New * Add the Contact Changing functionality to the database and backend * Add the Contact Changing functionality to the database and backend --- src/Pid/Pid.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pid/Pid.csproj b/src/Pid/Pid.csproj index d618a3a..c0f9600 100644 --- a/src/Pid/Pid.csproj +++ b/src/Pid/Pid.csproj @@ -4,7 +4,7 @@ <RootNamespace>Coscine.Api.Pid</RootNamespace> <AssemblyName>Coscine.Api.Pid</AssemblyName> <TargetFramework>net5.0</TargetFramework> - <Version>2.0.1</Version> + <Version>2.1.0</Version> </PropertyGroup> <PropertyGroup> <Authors>RWTH Aachen University</Authors> -- GitLab