diff --git a/CHANGELOG.md b/CHANGELOG.md index c57296a3f..baaf70928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## 2.1.2 (Unreleased) +## 2.1.3 (Unreleased) + +* + +## 2.1.2 (2020-03-10) * Remove deletion waiter [GH-713] (@yamamoto-febc) * libsacloud v2.1.7 [GH-713] (@yamamoto-febc) diff --git a/sakuracloud/version.go b/sakuracloud/version.go index 045b3f1c9..af49f08cc 100644 --- a/sakuracloud/version.go +++ b/sakuracloud/version.go @@ -18,7 +18,7 @@ import "fmt" var ( // Version app version - Version = "2.1.1" + Version = "2.1.2" // Revision git commit short commithash Revision = "xxxxxx" // set on build )