diff --git a/CHANGELOG.md b/CHANGELOG.md index a207bca8f..dd3fb10b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.13.0 (Unreleased) +## 2.13.0 (2021-10-05) FEATURES diff --git a/README.md b/README.md index 045f2a7e6..1118f6a87 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ terraform { # We recommend pinning to the specific version of the SakuraCloud Provider you're using # since new versions are released frequently - version = "2.12.0" + version = "2.13.0" #version = "~> 2" } } diff --git a/examples/website/provider.tf b/examples/website/provider.tf index 31249c744..ecc351dee 100644 --- a/examples/website/provider.tf +++ b/examples/website/provider.tf @@ -2,7 +2,7 @@ provider "sakuracloud" { # We recommend pinning to the specific version of the SakuraCloud Provider you're using # since new versions are released frequently - version = "2.12.0" + version = "2.13.0" # More information on the authentication methods supported by # the SakuraCloud Provider can be found here: diff --git a/sakuracloud/version.go b/sakuracloud/version.go index 267d2a661..ac16757d9 100644 --- a/sakuracloud/version.go +++ b/sakuracloud/version.go @@ -18,7 +18,7 @@ import "fmt" var ( // Version app version - Version = "2.12.0" + Version = "2.13.0" // Revision git commit short commithash Revision = "xxxxxx" // set on build ) diff --git a/website/docs/index.md b/website/docs/index.md index 453dc0cb0..49037a2a8 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -19,7 +19,7 @@ terraform { # We recommend pinning to the specific version of the SakuraCloud Provider you're using # since new versions are released frequently - version = "2.12.0" + version = "2.13.0" #version = "~> 2" } }