From fa4a1d5e8c58a9c0b103d9f698592ab1fc82c752 Mon Sep 17 00:00:00 2001 From: Mike Szczys Date: Thu, 15 Feb 2024 16:16:31 -0600 Subject: [PATCH] release v2.0.0 See CHANGELOG for details Signed-off-by: Mike Szczys --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3a11e80 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ + + + +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [2.0.0] 2024-02-16 + +### Added +- Changelog +- Code of Conduct + +### Changed +- Use Golioth Firmware SDK (at v0.10.0)