From 38e6eb294aeea318337c5a58c2930372fb66081a Mon Sep 17 00:00:00 2001 From: ricardofslp Date: Wed, 1 May 2024 23:38:37 +0100 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 7 +++++++ src/dotnet-trx-merge/dotnet-trx-merge.csproj | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 199d7a4..a24a290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. + +## [2.0.1](https://www.github.com/ricardofslp/dotnet-trx-merge/releases/tag/v2.0.1) (2024-05-01) + +### Bug Fixes + +* Set default for runUser if its not found ([fcda632](https://www.github.com/ricardofslp/dotnet-trx-merge/commit/fcda632da94a2bc485fbf51e4949d7854ef78d9c)) + ## [2.0.0](https://www.github.com/ricardofslp/dotnet-trx-merge/releases/tag/v2.0.0) (2024-03-01) diff --git a/src/dotnet-trx-merge/dotnet-trx-merge.csproj b/src/dotnet-trx-merge/dotnet-trx-merge.csproj index c4fb2af..dd316b8 100644 --- a/src/dotnet-trx-merge/dotnet-trx-merge.csproj +++ b/src/dotnet-trx-merge/dotnet-trx-merge.csproj @@ -14,7 +14,7 @@ README.md MIT True - 2.0.0 + 2.0.1 https://github.com/ricardofslp/dotnet-trx-merge Allow the merge of several trx files in a single one https://github.com/ricardofslp/dotnet-trx-merge