From 84981a29dd8f11ee4df2cd6f003e666ffa4d9a27 Mon Sep 17 00:00:00 2001 From: Chris Giacofei Date: Sat, 15 Jan 2022 20:40:07 -0500 Subject: [PATCH] Update the changelog. --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8450a18..2e6fe9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # 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.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.0] - 2022-01-14 +First working release running in the brewery. + +### Features +Super simple rotary encoder control. + - Rotary button toggles heat on/off. + - Turning encoder raises and lowers element power (duty cycle). + - rotary speed is used to advance power faster if the knob is turned faster. ## [0.0.1] - 2021-09-13 Initial upload of files.