Skip to content

Commit 448dd50

Browse files
authored
prepare next release (#1536)
1 parent cc32653 commit 448dd50

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Change Log
22

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

55
### BC-BREAK
66

77
- The return type for `\AsyncAws\CodeBuild\ValueObject\Build::getBuildNumber` uses `int` instead of `string` to reflect the AWS type.
88
- The return type for `\AsyncAws\CodeBuild\ValueObject\BuildPhase::getDurationInSeconds` uses `int` instead of `string` to reflect the AWS type.
99

10+
### Added
11+
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+
1018
## 1.0.0
1119

1220
### Added

0 commit comments

Comments
 (0)