Skip to content

Commit 3326b95

Browse files
authored
prepare next release (#1536)
1 parent 32f15ad commit 3326b95

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

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

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

55
### BC-BREAK
66

77
- The return type for the methods `getFailed`, `getInProgress`, `getPending`, `getReady`, `getSkipped` and `getSucceeded` of `\AsyncAws\CodeDeploy\ValueObject\DeploymentOverview` uses `int` instead of `string` to reflect the AWS type.
88

9+
### Added
10+
11+
- Use int as the PHP representation of long fields in generated code
12+
13+
### Changed
14+
15+
- Improve parameter type and return type in phpdoc
16+
917
## 1.4.0
1018

1119
### Added

0 commit comments

Comments
 (0)