Skip to content

Commit b8c41d1

Browse files
authored
Added change logs for new minor releases (#309)
* Added changelogs for new minor releases * Revert dependencies * Removed internal classes
1 parent 79e5d08 commit b8c41d1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 0.3.0
4+
5+
### Added
6+
7+
- Enums; `InvocationType`, `LogType`, `Runtime`
8+
9+
### Changed
10+
11+
- Removed `requestBody()`, `requestHeaders()`, `requestQuery()` and `requestUri()` input classes. They are replaced with `request()`.
12+
- Using async-aws/core: 0.4.0
13+
14+
### Fixed
15+
16+
- `Action` and `Version` do not need to be part of every body.
17+
318
## 0.2.0
419

520
### Changed

0 commit comments

Comments
 (0)