From 5d44e50024c79099f2c14c287cd2cd807430661a Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Wed, 12 Feb 2025 08:21:28 +0000 Subject: [PATCH] Prepare release 0.2.6.10 --- CHANGELOG.md | 5 ++++- action.yml | 2 +- semver.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd22ec6..c73add2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.6.10] - 2025-02-12 + ## [0.2.5.9] - 2025-01-16 ## [0.2.4.8] - 2024-10-15 @@ -27,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.3.4] - 2023-11-17 -[unreleased]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.2.5.9...HEAD +[unreleased]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.2.6.10...HEAD +[0.2.6.10]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.2.5.9...0.2.6.10 [0.2.5.9]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.2.4.8...0.2.5.9 [0.2.4.8]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.2.3.7...0.2.4.8 [0.2.3.7]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.2.2.8...0.2.3.7 diff --git a/action.yml b/action.yml index b5ef7d8..92e6523 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: required: true runs: using: 'docker' - image: 'docker://ghcr.io/afterlife-guide/appsettings.merge:0.2.5.9' + image: 'docker://ghcr.io/afterlife-guide/appsettings.merge:0.2.6.10' args: - '-e' - ${{ inputs.app-environment }} diff --git a/semver.json b/semver.json index 46a7126..878039b 100644 --- a/semver.json +++ b/semver.json @@ -1 +1 @@ -{"major":"0","minor":"2","patch":"5","build":"9"} \ No newline at end of file +{"major":"0","minor":"2","patch":"6","build":"10"} \ No newline at end of file