From d74fb23979e24fb0a8b14f42d296c10ac22aedaf Mon Sep 17 00:00:00 2001 From: Kazumichi Yamamoto Date: Mon, 22 Mar 2021 09:50:52 +0900 Subject: [PATCH] Bump to v2.8.0 --- CHANGELOG.md | 2 +- sakuracloud/version.go | 2 +- website/docs/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c7c7637..67c97e5ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.8.0(Unreleased) +## 2.8.0(2021-03-22) ENHANCEMENTS: diff --git a/sakuracloud/version.go b/sakuracloud/version.go index 80a7cf88f..e1a0fe5a1 100644 --- a/sakuracloud/version.go +++ b/sakuracloud/version.go @@ -18,7 +18,7 @@ import "fmt" var ( // Version app version - Version = "2.7.1" + Version = "2.8.0" // Revision git commit short commithash Revision = "xxxxxx" // set on build ) diff --git a/website/docs/index.md b/website/docs/index.md index acdf17e94..8b5d7c867 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.7.1" + version = "2.8.0" #version = "~> 2" } }