Skip to content

Commit

Permalink
prepare next release (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse authored Aug 7, 2023
1 parent a54f0b4 commit 92d6b67
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Change Log

## NOT RELEASED
## 2.0.0

### BC-BREAK


- The type for `\AsyncAws\CloudWatchLogs\Input\FilterLogEventsRequest::getEndTime`, `\AsyncAws\CloudWatchLogs\Input\FilterLogEventsRequest::getStartTime`, `\AsyncAws\CloudWatchLogs\Input\FilterLogEventsRequest::setEndTime` and `\AsyncAws\CloudWatchLogs\Input\FilterLogEventsRequest::setStartTime` uses `int` instead of `string` to reflect the AWS type.
- The return type for the methods `getIngestionTime` and `getTimestamp` of `\AsyncAws\CloudWatchLogs\ValueObject\FilteredLogEvent` uses `int` instead of `string` to reflect the AWS type.
- The return type for `\AsyncAws\CloudWatchLogs\ValueObject\InputLogEvent::getTimestamp` uses `int` instead of `string` to reflect the AWS type.
- The return type for the methods `getCreationTime`, `getFirstEventTimestamp`, `getLastEventTimestamp`, `getLastIngestionTime` and `getStoredBytes` of `\AsyncAws\CloudWatchLogs\ValueObject\LogStream` uses `int` instead of `string` to reflect the AWS type.

### Changed

- Improve parameter type and return type in phpdoc

## 1.6.0

### Added
Expand Down

0 comments on commit 92d6b67

Please sign in to comment.