From db1abf617b6aa88af0ab7e279b4efabd618ec331 Mon Sep 17 00:00:00 2001 From: zezha-msft Date: Wed, 7 Mar 2018 21:49:46 -0800 Subject: [PATCH] Release 0.2.6 --- AZSClient.podspec | 2 +- Lib/Azure Storage Client Library/changelog.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/AZSClient.podspec b/AZSClient.podspec index b488d14..ee22864 100644 --- a/AZSClient.podspec +++ b/AZSClient.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "AZSClient" - s.version = "0.2.5" + s.version = "0.2.6" s.summary = "Azure Storage Client Library for iOS." s.description = <<-DESC "This library is designed to help you build iOS applications that use Microsoft Azure Storage." DESC diff --git a/Lib/Azure Storage Client Library/changelog.txt b/Lib/Azure Storage Client Library/changelog.txt index a62a749..d41fc1f 100644 --- a/Lib/Azure Storage Client Library/changelog.txt +++ b/Lib/Azure Storage Client Library/changelog.txt @@ -1,3 +1,6 @@ +2018.03.07 Version 0.2.6 + * Fixed thread-safety issue related to NSDateFormatter. + 2017.11.22 Version 0.2.5 * Fixed nullability issue on UploadFromData of AZSCloudBlockBlob.