From 2cf247c05325947cd41e5d7b1a433a6a809f817c Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 31 May 2018 14:59:05 +0800 Subject: [PATCH] Bump to version 2.2.13 Signed-off-by: Xuanwo --- CHANGELOG.md | 7 +++++++ version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f5b0f0..55606ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to QingStor SDK for Go will be documented in this file. +## [v2.2.13] - 2018-5-31 + +### Added + +- Add storage class support + ## [v2.2.12] - 2018-4-8 ### Changed @@ -150,6 +156,7 @@ All notable changes to QingStor SDK for Go will be documented in this file. - QingStor SDK for the Go programming language. +[v2.2.13]: https://github.com/yunify/qingstor-sdk-go/compare/v2.2.12...v2.2.13 [v2.2.12]: https://github.com/yunify/qingstor-sdk-go/compare/v2.2.11...v2.2.12 [v2.2.11]: https://github.com/yunify/qingstor-sdk-go/compare/v2.2.10...v2.2.11 [v2.2.10]: https://github.com/yunify/qingstor-sdk-go/compare/v2.2.9...v2.2.10 diff --git a/version.go b/version.go index 8203ad2..960b1ce 100644 --- a/version.go +++ b/version.go @@ -20,4 +20,4 @@ package sdk // Version number. -const Version = "2.2.12" +const Version = "2.2.13"