Skip to content

Commit be86267

Browse files
authored
prepare next release (#1536)
1 parent 9b72a26 commit be86267

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# Change Log
22

3-
## NOT RELEASED
3+
## 2.0.0
44

55
### BC-BREAK
66

77
- The type for `\AsyncAws\Iot\Input\DeleteThingGroupRequest::getExpectedVersion` and `\AsyncAws\Iot\Input\DeleteThingGroupRequest::setExpectedVersion` uses `int` instead of `string` to reflect the AWS type.
88
- The type for `\AsyncAws\Iot\Input\DeleteThingRequest::getExpectedVersion` and `\AsyncAws\Iot\Input\DeleteThingGroupRequest::setExpectedVersion` uses `int` instead of `string` to reflect the AWS type.
99
- The return type for `\AsyncAws\Iot\ValueObject\ThingAttribute::getVersion` uses `int` instead of `string` to reflect the AWS type.
1010

11+
### Added
12+
13+
- Avoid overriding the exception message with the raw message
14+
- Use int as the PHP representation of long fields in generated code
15+
16+
### Changed
17+
18+
- Improve parameter type and return type in phpdoc
19+
1120
## 1.0.0
1221

1322
### Added

0 commit comments

Comments
 (0)