Skip to content

Commit

Permalink
chore: release v0.11.5. (#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakster authored Dec 20, 2024
2 parents 6c43bed + cbbe7ba commit 78174eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ Given a version number `MAJOR.MINOR.PATCH`, we increment the:
- Backward compatibility in versions `0.0.z` is **not guaranteed** when `z` is increased.
- Backward compatibility in versions `0.y.z` is **not guaranteed** when `y` is increased.

## Unreleased
## v0.11.5

### Added

- Add support for Terramate Cloud API keys for machine-to-machine communication.
- You can connect to Terramate Cloud using API keys exported as `TMC_TOKEN` environment variable.
- The API Key configuration has precedence over all other authentication methods.
- Add support for unprefixed Bitbucket URLs in Terraform `module.source`.
- Add support for Bitbucket Cloud Pipelines in the Terramate Cloud features.

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.5-rc2
0.11.5

0 comments on commit 78174eb

Please sign in to comment.