diff --git a/Changelog.md b/Changelog.md index ac6f705..09810ba 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Changelog -## v0.10.2 - 13rd June 2019 +## v0.10.3 - 13th June 2019 + - [API] Added new [`device-data-recent`](https://aq.connectedhumber.org/__nightdocs/05-API-Docs.html#device-data-recent) action. + - [Code] Improve documentation of underlying code. + +## v0.10.2 - 13th June 2019 - [API Docs] Add links to action sections - [API] Bugfix: Fix default index action so it actually displays the api welcome message diff --git a/package.json b/package.json index 1926096..4f69893 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "air-quality-mapper", - "version": "0.10.2", + "version": "0.10.3", "description": "The web interface and JSON api for the ConnectedHumber Air Quality Monitoring Project.", "private": true, "main": "index.mjs", diff --git a/version b/version index 3123ff9..b4e3d2a 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.10.2 +v0.10.3