From 9e88dc1b83728e1462fd74bb61b0f5e28ac95bb6 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Sun, 8 Apr 2018 19:37:42 +0800 Subject: [PATCH] Bump to version 2.2.12 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 a878ec6..7f5b0f0 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.12] - 2018-4-8 + +### Changed + +- Skip empty header while unpacking + ## [v2.2.11] - 2018-3-28 ### Changed @@ -144,6 +150,7 @@ All notable changes to QingStor SDK for Go will be documented in this file. - QingStor SDK for the Go programming language. +[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 [v2.2.9]: https://github.com/yunify/qingstor-sdk-go/compare/v2.2.8...v2.2.9 diff --git a/version.go b/version.go index 0575e63..8203ad2 100644 --- a/version.go +++ b/version.go @@ -20,4 +20,4 @@ package sdk // Version number. -const Version = "2.2.11" +const Version = "2.2.12"