Skip to content

Commit 7af561f

Browse files
authored
[Core] Added changelog for 0.2.0 (#200)
* [Core] Added changelog for 0.2.0 * Updated with AwsClientFactory
1 parent a8d657a commit 7af561f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
## 0.2.0
4+
5+
### Added
6+
7+
- Class `AsuncAws\Core\Credentials\NullProvider`
8+
- Methods `AwsClient::cloudFormation()`, `AwsClient::lambda()`, `AwsClient::sns()`
9+
10+
### Changed
11+
12+
- Removed `AwsClient` and replaced it with `AwsClientFactory`
13+
- Class `AsuncAws\Core\Signers\Request` is marked as internal
14+
15+
## 0.1.0
16+
17+
First version

0 commit comments

Comments
 (0)