From 55e8693fcd6c408de6386ab3d9859a472e21b19d Mon Sep 17 00:00:00 2001 From: Anto Subash Date: Thu, 6 Feb 2025 20:15:22 +0000 Subject: [PATCH] chore(release): 2.0.1 --- Anto.Abp.Microservice.Template.csproj | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Anto.Abp.Microservice.Template.csproj b/Anto.Abp.Microservice.Template.csproj index c6093fd1..d62e8f1a 100644 --- a/Anto.Abp.Microservice.Template.csproj +++ b/Anto.Abp.Microservice.Template.csproj @@ -2,7 +2,7 @@ Template - 2.0.0 + 2.0.1 net9.0 Anto.Abp.Microservice.Template ABP Microservice Template diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a7ebb0a..4b72663c 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/antosubash/AbpMicroservice/releases/tag/v2.0.1) (2025-02-06) + +### Bug Fixes + +* upgrade Dockerfiles to .NET 9 and improve build configurations ([24df205](https://www.github.com/antosubash/AbpMicroservice/commit/24df205ac2e2b260f336af8ce5d73e90de303a1d)) + ## [2.0.0](https://www.github.com/antosubash/AbpMicroservice/releases/tag/v2.0.0) (2025-02-06)