diff --git a/Changelog.md b/Changelog.md index cc44822..90eee5e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,8 +7,11 @@ This is the changelog for the air quality web interface and its associated HTTP - `[Code]` refers to internal changes to the code that have no direct impact on the web interface or the HTTP API, but are significant enough to warrant note. - `[Docs]` refers to changes to the [documentation](https://aq.connectedhumber.org/__nightdocs/00-Welcome.html). +## v0.13.1 + - Fix the first-run tour -## v0.13-dev + +## v0.13 - Round dates before making API requests to improve caching potential - [@Mr-Pepp](https://github.com/Mr-Pepp): Improve initial on-boarding tour - Added `last_seen` to `list-devices-near` (#36) diff --git a/version b/version index 8287f28..58c9cb1 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.13-dev +v0.13.1-dev