Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
Bump version to 0.3.1
  • Loading branch information
TimRots authored Jul 14, 2023
2 parents f13cfbf + 6e2f29b commit c22f3c5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 0.4.0 (Unreleased)

## 0.3.1 (July 14, 2023)

Fix release

## 0.3.0 (July 14, 2023)

* Bump Leaseweb Go SDK to v.0.2.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME ?= terraform-provider-leaseweb
VERSION ?= 0.3.0
VERSION ?= 0.3.1
GOOS ?= linux
GOARCH ?= amd64
BINARY = $(NAME)-$(VERSION)-$(GOOS)-$(GOARCH)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ It can then be used the following way in your config:
required_providers {
leaseweb = {
source = "terraform.local/local/leaseweb"
version = "0.3.0"
version = "0.3.1"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ towards a stable 1.0.0 version.
terraform {
required_providers {
leaseweb = {
version = "0.2.0"
version = "0.3.1"
source = "leaseweb/leaseweb"
}
}
Expand Down Expand Up @@ -64,7 +64,7 @@ in your resources.
terraform {
required_providers {
leaseweb = {
version = "0.2.0"
version = "0.3.1"
source = "leaseweb/leaseweb"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/multiple_providers.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
leaseweb = {
version = "0.2.0"
version = "0.3.1"
source = "leaseweb/leaseweb"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
leaseweb = {
version = "0.2.0"
version = "0.3.1"
source = "leaseweb/leaseweb"
}
}
Expand Down

0 comments on commit c22f3c5

Please sign in to comment.