diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 80e5148f83..2bf9d98470 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.145.0" + ".": "0.146.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index efa25c46b6..2c57e2c4c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.146.0](https://github.com/GlueOps/codespaces/compare/v0.145.0...v0.146.0) (2026-07-02) + + +### Features + +* update hashicorp/setup-packer to v3.3.0 #minor ([#507](https://github.com/GlueOps/codespaces/issues/507)) ([7430c10](https://github.com/GlueOps/codespaces/commit/7430c10b48dfe8ee54e3419dc50bd29ffbbd9fdb)) + + +### Miscellaneous Chores + +* **fallback:** update docker/login-action ([#506](https://github.com/GlueOps/codespaces/issues/506)) ([ec2ce6c](https://github.com/GlueOps/codespaces/commit/ec2ce6c7d8a804dc0752f746aef52a511925da87)) + ## [0.145.0](https://github.com/GlueOps/codespaces/compare/v0.144.0...v0.145.0) (2026-07-01)