diff --git a/code/CHANGELOG.md b/code/CHANGELOG.md
index 4636cf3..af7132b 100644
--- a/code/CHANGELOG.md
+++ b/code/CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.2.7] - 2026-09-11
+
+### Fixed
+
+- Reconciled the canary's development version with what is already published on
+ Maven Central. `0.2.6-SNAPSHOT` had been consumed by a release whose artifacts
+ reached Central, so the next release attempt collided with an immutable
+ coordinate; the reactor now opens at `0.2.7-SNAPSHOT`.
+
## [0.2.5] - 2026-09-04
### Fixed
@@ -81,7 +90,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Configured distributionManagement for Maven Central snapshot repository
- Excluded jacoco-report-aggregate module from deployment
-[Unreleased]: https://github.com/InditexTech/mavencentral-ci-testing/compare/0.2.5...HEAD
+[Unreleased]: https://github.com/InditexTech/mavencentral-ci-testing/compare/0.2.7...HEAD
+
+[0.2.7]: https://github.com/InditexTech/mavencentral-ci-testing/compare/0.2.5...0.2.7
[0.2.5]: https://github.com/InditexTech/mavencentral-ci-testing/compare/0.2.4...0.2.5
diff --git a/code/jacoco-report-aggregate/pom.xml b/code/jacoco-report-aggregate/pom.xml
index 9d57934..7f140da 100644
--- a/code/jacoco-report-aggregate/pom.xml
+++ b/code/jacoco-report-aggregate/pom.xml
@@ -5,7 +5,7 @@
dev.inditex
mavencentral-ci-testing
- 0.2.6-SNAPSHOT
+ 0.2.8-SNAPSHOT
jacoco-report-aggregate
diff --git a/code/mavencentral-ci-testing-core/pom.xml b/code/mavencentral-ci-testing-core/pom.xml
index c7d0721..36c4511 100644
--- a/code/mavencentral-ci-testing-core/pom.xml
+++ b/code/mavencentral-ci-testing-core/pom.xml
@@ -5,7 +5,7 @@
dev.inditex
mavencentral-ci-testing
- 0.2.6-SNAPSHOT
+ 0.2.8-SNAPSHOT
mavencentral-ci-testing-core
diff --git a/code/pom.xml b/code/pom.xml
index 0b175b3..6219ed1 100644
--- a/code/pom.xml
+++ b/code/pom.xml
@@ -4,7 +4,7 @@
dev.inditex
mavencentral-ci-testing
- 0.2.6-SNAPSHOT
+ 0.2.8-SNAPSHOT
pom
mavencentral-ci-testing