Skip to content

Commit 1dc0492

Browse files
committed
Create Change Log
1 parent 754a2fd commit 1dc0492

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.0.1] - 2022-03-22
8+
9+
### Added
10+
- Arduino Secrets File
11+
- None Log Level in Bytebeam Logger
12+
13+
### Fixed
14+
- Improve Example's Documentation
15+
- Replaced boolean to standard bool
16+
- Renamed `isBegined()` to `isInitialized()` and kept as private
17+
18+
## [1.0.0] - 2023-03-16
19+
20+
### Added
21+
- The Initial Release that just works :)

0 commit comments

Comments
 (0)