From d0328291bf5607cac8f6bcef0869b0be42aaa2eb Mon Sep 17 00:00:00 2001 From: Anto Subash Date: Thu, 6 Feb 2025 20:23:04 +0000 Subject: [PATCH] chore(release): 2.0.2 --- 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 d62e8f1..5f88c93 100644 --- a/Anto.Abp.Microservice.Template.csproj +++ b/Anto.Abp.Microservice.Template.csproj @@ -2,7 +2,7 @@ Template - 2.0.1 + 2.0.2 net9.0 Anto.Abp.Microservice.Template ABP Microservice Template diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b72663..e29c4da 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.2](https://www.github.com/antosubash/AbpMicroservice/releases/tag/v2.0.2) (2025-02-06) + +### Bug Fixes + +* update Docker image tags to use repository context in release workflow ([a528610](https://www.github.com/antosubash/AbpMicroservice/commit/a528610634a375f4bd9e398af81e30d1d05cc1b0)) + ## [2.0.1](https://www.github.com/antosubash/AbpMicroservice/releases/tag/v2.0.1) (2025-02-06)