Skip to content

Commit d33b6f1

Browse files
authored
prepare next release (#1536)
1 parent 4b0da16 commit d33b6f1

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

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

55
### BC-BREAK
66

77
- The return type for `\AsyncAws\TimestreamWrite\ValueObject\Record::getVersion` uses `int` instead of `string` to reflect the AWS type.
88
- The return type for `\AsyncAws\TimestreamWrite\ValueObject\RejectedRecord::getExistingVersion` uses `int` instead of `string` to reflect the AWS type.
99

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

1221
### Added

0 commit comments

Comments
 (0)