Skip to content

Commit dcc4794

Browse files
authored
prepare next release (#1536)
1 parent 1ff8579 commit dcc4794

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,11 +1,20 @@
11
# Change Log
22

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

55
### BC-BREAK
66

77
- The return type for the methods `getCumulativeBytesMetered` and `getCumulativeBytesScanned` of `\AsyncAws\TimestreamQuery\ValueObject\QueryStatus` uses `int` instead of `string` to reflect the AWS type.
88

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

1120
### Added

0 commit comments

Comments
 (0)