We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754a2fd commit 1dc0492Copy full SHA for 1dc0492
CHANGELOG.md
@@ -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
21
+- The Initial Release that just works :)
0 commit comments