diff --git a/CHANGELOG.md b/CHANGELOG.md index 27363e1..6444c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2021-09-24 + ### Fixed * Fix for static linking of Python bindings for Linux (CD uses python container) @@ -81,7 +83,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.6.1...HEAD +[Unreleased]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.4.0...v0.5.0 diff --git a/README.md b/README.md index 3bdaf51..c769932 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ Terraform Provider B2 ===================== [![Continuous Integration](https://github.com/Backblaze/terraform-provider-b2/workflows/Continuous%20Integration/badge.svg)](https://github.com/Backblaze/terraform-provider-b2/actions?query=workflow%3A%22Continuous+Integration%22) - - -> :warning: **The provider is still in beta!** - Terraform provider for Backblaze B2. The provider is written in go, but it uses official [B2 python SDK](https://github.com/Backblaze/b2-sdk-python/) embedded into the binary.