From 9c620cbae95984c5f0676c69a017967223ffe93e Mon Sep 17 00:00:00 2001
From: Emmanuel Mathot <emmanuel.mathot@terradue.com>
Date: Mon, 3 Jun 2024 12:17:04 +0200
Subject: [PATCH] chore: Update version to 2.23.0

---
 CHANGELOG.md                                     | 16 +++++++++++++++-
 package.json                                     |  2 +-
 src/Stars.Console/Terradue.Stars.Console.csproj  |  2 +-
 src/Stars.Data/Terradue.Stars.Data.csproj        |  2 +-
 .../Terradue.Stars.Services.csproj               |  2 +-
 5 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01761a48..f5087015 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
 
-## [2.22.8](https://github.com/Terradue/Stars/compare/2.22.7...2.22.8)
+## [2.23.0](https://github.com/Terradue/Stars/compare/2.22.8...2.23.0)
+
+### Merged
+
+- PeruSAT metadata extractor [`#60`](https://github.com/Terradue/Stars/pull/60)
+- TERRAPI-27: Assets Filtering for geosquare publication [`#59`](https://github.com/Terradue/Stars/pull/59)
+- Sentinel-2 download from Google Cloud Storage [`#54`](https://github.com/Terradue/Stars/pull/54)
+
+### Commits
+
+- dotnet-format [`e89b324`](https://github.com/Terradue/Stars/commit/e89b324f803e4920abc3a9e8211a637cb55f050c)
+- Preliminary additions for PeruSAT [`b9fc9d5`](https://github.com/Terradue/Stars/commit/b9fc9d5257b199e58c49200450234272ef7cac02)
+- file headers [`d711d61`](https://github.com/Terradue/Stars/commit/d711d61a344ca8a4df3d0e80b28d9ad736931ccb)
+
+## [2.22.8](https://github.com/Terradue/Stars/compare/2.22.7...2.22.8) - 2024-05-23
 
 ### Commits
 
diff --git a/package.json b/package.json
index 24776378..344b1140 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
     "template": "keepachangelog",
     "unreleased": false,
     "hideEmptyReleases": true,
-    "ignoreCommitPattern": "^(.{0,5}|.*bump.*|ready.*|.*changelog.*|.*formatting.*|.*typo.*)$",
+    "ignoreCommitPattern": "^(.{0,5}|.*bump.*|ready.*|.*changelog.*|.*formatting.*|.*typo.*|chore:.*)$",
     "releaseSummary": true
   }
 }
diff --git a/src/Stars.Console/Terradue.Stars.Console.csproj b/src/Stars.Console/Terradue.Stars.Console.csproj
index 7d3345f9..1c789296 100644
--- a/src/Stars.Console/Terradue.Stars.Console.csproj
+++ b/src/Stars.Console/Terradue.Stars.Console.csproj
@@ -2,7 +2,7 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <TargetFrameworks>net6.0</TargetFrameworks>
-    <Version>2.22.8</Version>
+    <Version>2.23.0</Version>
     <!-- <VersionSuffix>beta.8</VersionSuffix> -->
     <Description>Stars is a CLI for working with Spatio Temporal Catalog such as STAC but not only</Description>
     <Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
diff --git a/src/Stars.Data/Terradue.Stars.Data.csproj b/src/Stars.Data/Terradue.Stars.Data.csproj
index 84f3b345..be2d8206 100644
--- a/src/Stars.Data/Terradue.Stars.Data.csproj
+++ b/src/Stars.Data/Terradue.Stars.Data.csproj
@@ -4,7 +4,7 @@
         <ProjectName>Terradue.Stars.Data</ProjectName>
         <Title>Terradue.Stars.Data</Title>
         <Description>Collection of data Plugins for Terradue.Stars</Description>
-        <Version>2.22.8</Version>
+        <Version>2.23.0</Version>
         <!-- <VersionSuffix>beta.8</VersionSuffix> -->
         <Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
         <NoWarn>NU1603</NoWarn>
diff --git a/src/Stars.Services/Terradue.Stars.Services.csproj b/src/Stars.Services/Terradue.Stars.Services.csproj
index e399d7bc..7cbebe48 100644
--- a/src/Stars.Services/Terradue.Stars.Services.csproj
+++ b/src/Stars.Services/Terradue.Stars.Services.csproj
@@ -3,7 +3,7 @@
     <TargetFramework>netstandard2.0</TargetFramework>
     <Title>Terradue.Stars</Title>
     <Description>Stars is a set of services for working with Spatio Temporal Catalog such as STAC but not only</Description>
-    <Version>2.22.8</Version>
+    <Version>2.23.0</Version>
     <!-- <VersionSuffix>beta.8</VersionSuffix> -->
     <Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
     <AssemblyName>Terradue.Stars.Services</AssemblyName>