Skip to content

Commit

Permalink
source code copied from azure-storage-php for v1.3.3-queue release
Browse files Browse the repository at this point in the history
  • Loading branch information
vinjiang committed Dec 30, 2020
1 parent e4be8a7 commit 2d7a774
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2020.12 - version 1.3.3
* Guzzle version is now updated to support both 6.x and 7.x.

2020.08 - version 1.3.2
* Lower case query parameter names.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microsoft/azure-storage-queue",
"version": "1.3.2",
"version": "1.3.3",
"description": "This project provides a set of PHP client libraries that make it easy to access Microsoft Azure Storage Queue APIs.",
"keywords": [ "php", "azure", "storage", "sdk", "queue" ],
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/Queue/Internal/QueueResources.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class QueueResources extends Resources
{
// @codingStandardsIgnoreStart

const QUEUE_SDK_VERSION = '1.3.2';
const QUEUE_SDK_VERSION = '1.3.3';
const STORAGE_API_LATEST_VERSION = '2017-11-09';

// Error messages
Expand Down

0 comments on commit 2d7a774

Please sign in to comment.