diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aaaece1..846eeef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.9" + ".": "0.2.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc5257..e289a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.10](https://github.com/STARTcloud/core_provisioner/compare/v0.2.9...v0.2.10) (2026-07-17) + + +### Features + +* driver-shaped releases with self-bootstrapping Vagrantfile and ssls seed ([62d7f7e](https://github.com/STARTcloud/core_provisioner/commit/62d7f7ed3acd484a387a400686b039f95b1803cf)) +* driver-shaped releases with self-bootstrapping Vagrantfile and ssls seed ([284fd6c](https://github.com/STARTcloud/core_provisioner/commit/284fd6cb522a2d8cf049a6dccb9a3530805b1a00)) + ## [0.2.9](https://github.com/STARTcloud/core_provisioner/compare/v0.2.8...v0.2.9) (2026-07-17) diff --git a/version.rb b/version.rb index 75ddaa4..5daa9bb 100644 --- a/version.rb +++ b/version.rb @@ -1,4 +1,4 @@ module CoreProvisioner NAME = 'core_provisioner' - VERSION = '0.2.9' + VERSION = '0.2.10' end