diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f47d22b..419d974b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,19 @@ 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.15.5](https://github.com/Terradue/Stars/compare/2.15.4...2.15.5) +## [2.16.0](https://github.com/Terradue/Stars/compare/2.15.5...2.16.0) + +Image overlay offering for collection atom publication + +### Merged + +- Image overlay offering for collection atom publication [`#29`](https://github.com/Terradue/Stars/pull/29) + +### Commits + +- offering link mapper support [`d6ed64d`](https://github.com/Terradue/Stars/commit/d6ed64db2e450031b3c0f542881b9d03897dd275) + +## [2.15.5](https://github.com/Terradue/Stars/compare/2.15.4...2.15.5) - 2023-09-01 ### Commits diff --git a/src/Stars.Console/Terradue.Stars.Console.csproj b/src/Stars.Console/Terradue.Stars.Console.csproj index 4058b986..6c334de8 100644 --- a/src/Stars.Console/Terradue.Stars.Console.csproj +++ b/src/Stars.Console/Terradue.Stars.Console.csproj @@ -2,7 +2,7 @@ Exe net6.0 - 2.15.5 + 2.16.0 Stars is a CLI for working with Spatio Temporal Catalog such as STAC but not only $(Version)-$(VersionSuffix) diff --git a/src/Stars.Data/Terradue.Stars.Data.csproj b/src/Stars.Data/Terradue.Stars.Data.csproj index 59e72ecd..5499c2a4 100644 --- a/src/Stars.Data/Terradue.Stars.Data.csproj +++ b/src/Stars.Data/Terradue.Stars.Data.csproj @@ -4,7 +4,7 @@ Terradue.Stars.Data Terradue.Stars.Data Collection of data Plugins for Terradue.Stars - 2.15.5 + 2.16.0 $(Version)-$(VersionSuffix) NU1603 diff --git a/src/Stars.Services/Terradue.Stars.Services.csproj b/src/Stars.Services/Terradue.Stars.Services.csproj index 11b88b26..f3c7809f 100644 --- a/src/Stars.Services/Terradue.Stars.Services.csproj +++ b/src/Stars.Services/Terradue.Stars.Services.csproj @@ -3,7 +3,7 @@ netstandard2.0 Terradue.Stars Stars is a set of services for working with Spatio Temporal Catalog such as STAC but not only - 2.15.5 + 2.16.0 $(Version)-$(VersionSuffix) Terradue.Stars.Services