Skip to content

Commit fb7ea3f

Browse files
committed
Add changelog
1 parent e8d366b commit fb7ea3f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.0] - 2021-02-24
9+
### Added
10+
- Initial implementation.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ $container->set('config', $config);
4343
$logger = $container->get('logger');
4444
```
4545

46+
## Changelog
47+
48+
All notable changes to this project will be documented in the [CHANGELOG][./CHANGELOG.md] file.
49+
50+
4651
## Credits
4752

4853
- Implemented by [Ivan Voskoboinyk][3]

0 commit comments

Comments
 (0)