Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlech-reef committed Apr 8, 2021
1 parent ce65289 commit 149a2e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2021-04-08

### Added
* Show S3-compatible API URL in `b2_account_info` data source

Expand Down Expand Up @@ -51,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Implementation of PoC (simple `b2_application_key` data source)

[Unreleased]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.1.0...v0.2.0
Expand Down
1 change: 0 additions & 1 deletion examples/application_key/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ terraform {
required_providers {
b2 = {
source = "Backblaze/b2"
version = "~> 0.2"
}
}
}
Expand Down
1 change: 0 additions & 1 deletion examples/bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ terraform {
required_providers {
b2 = {
source = "Backblaze/b2"
version = "~> 0.3"
}
}
}
Expand Down
1 change: 0 additions & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ terraform {
required_providers {
b2 = {
source = "Backblaze/b2"
version = "~> 0.2"
}
}
}
Expand Down

0 comments on commit 149a2e4

Please sign in to comment.