diff --git a/firmware/CHANGELOG.md b/firmware/CHANGELOG.md index 2c94ec6..fccecf4 100644 --- a/firmware/CHANGELOG.md +++ b/firmware/CHANGELOG.md @@ -7,4 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -- First release +## 0.1.0 - 2024-10-30 + +- Showcased on general meeting +- Simple flow: authorize user by NFC, select number of drinks, confirm, purchase +- Purchases are created on Vereinsflieger +- Fetch article price from Vereinsflieger +- Fetch list of authorized users and their NFC uid from Vereinsflieger +- Static configuration stored on device flash diff --git a/firmware/Cargo.lock b/firmware/Cargo.lock index 231ea32..3c97aaa 100644 --- a/firmware/Cargo.lock +++ b/firmware/Cargo.lock @@ -1929,7 +1929,7 @@ dependencies = [ [[package]] name = "touch-n-drink" -version = "0.0.0" +version = "0.1.0" dependencies = [ "chrono", "display-interface", diff --git a/firmware/Cargo.toml b/firmware/Cargo.toml index d579b32..8246edc 100644 --- a/firmware/Cargo.toml +++ b/firmware/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "touch-n-drink" -version = "0.0.0" +version = "0.1.0" authors = ["Andreas Neuhaus "] edition = "2021" description = "Firmware for cashless payment device for cold drinks at the aeroclub at EDLH"