Skip to content

Commit 2d7a774

Browse files
committed
source code copied from azure-storage-php for v1.3.3-queue release
1 parent e4be8a7 commit 2d7a774

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2020.12 - version 1.3.3
2+
* Guzzle version is now updated to support both 6.x and 7.x.
3+
14
2020.08 - version 1.3.2
25
* Lower case query parameter names.
36

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microsoft/azure-storage-queue",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "This project provides a set of PHP client libraries that make it easy to access Microsoft Azure Storage Queue APIs.",
55
"keywords": [ "php", "azure", "storage", "sdk", "queue" ],
66
"license": "MIT",

src/Queue/Internal/QueueResources.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class QueueResources extends Resources
4141
{
4242
// @codingStandardsIgnoreStart
4343

44-
const QUEUE_SDK_VERSION = '1.3.2';
44+
const QUEUE_SDK_VERSION = '1.3.3';
4545
const STORAGE_API_LATEST_VERSION = '2017-11-09';
4646

4747
// Error messages

0 commit comments

Comments
 (0)