Skip to content

Commit

Permalink
chore: add v0.2.1 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ianaya89 committed Mar 30, 2024
1 parent 760c823 commit 2c6c535
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.1](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.2.0...v0.2.1)

### Fixed
- Update Azure docs and fix descriptions [#29](https://github.com/Altinity/terraform-provider-altinitycloud/pull/29).

## [0.2.0](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.1.2...v0.2.0)

### Added
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terraform {
altinitycloud = {
source = "altinity/altinitycloud"
# https://github.com/altinity/terraform-provider-altinitycloud/blob/master/CHANGELOG.md
version = "0.2.0"
version = "0.2.1"
}
}
}
Expand All @@ -43,7 +43,7 @@ provider "altinitycloud" {

### Optional

- `api_token` (String) Altinity.Cloud API Token.
- `api_token` (String) Altinity.Cloud API Token.
The value can be omitted if `ALTINITYCLOUD_API_TOKEN` environment variable is set.
- `api_url` (String) Altinity.Cloud API URL. Defaults to `https://anywhere.altinity.cloud` unless `ALTINITYCLOUD_API_URL` env var is set.
- `ca_crt` (String) CA bundle for Altinity.Cloud.
Expand Down

0 comments on commit 2c6c535

Please sign in to comment.