Skip to content

Commit 883f318

Browse files
committed
Add TagLevel to ListSetTags.
1 parent 38134c0 commit 883f318

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.50 - 2020-1-8
4+
- Add TagLevel to ListSetTags.
5+
6+
37
## 1.8.49 - 2020-1-7
48
- Modify desribeInstance return dict item.
59

src/Release.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.49';
19+
const VERSION = '1.8.50';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)