diff --git a/CHANGELOG.md b/CHANGELOG.md index a560ce8b..853877f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Semantic Versioning Changelog +# [2.15.0](https://github.com/ambianic/ambianic-ui/compare/v2.14.2...v2.15.0) (2021-08-03) + + +### Bug Fixes + +* added try/catch to peer_fetch method ([99924e7](https://github.com/ambianic/ambianic-ui/commit/99924e780edbf52fee6709b101da6e89d4884665)) +* fixed misaligned navbar icons ([75ec625](https://github.com/ambianic/ambianic-ui/commit/75ec6258cbedf989ddf42c3a74184c678abdf6eb)) + + +### Features + +* add fall detection icon in UI ([934231c](https://github.com/ambianic/ambianic-ui/commit/934231c711f6b4e4f2927e4ed59c3548f489509d)) +* fall detection in UI ([42fc776](https://github.com/ambianic/ambianic-ui/commit/42fc77688b31a9717083e2ca338c6203693d8947)) + ## [2.14.2](https://github.com/ambianic/ambianic-ui/compare/v2.14.1...v2.14.2) (2021-07-24) diff --git a/package.json b/package.json index 7c5ac4a3..94b5523d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ambianic-ui", - "version": "2.14.2", + "version": "2.15.0", "description": "Ambianic UI is the main user interface to Ambianic Edge deployments.", "author": "Ivelin Ivanov", "scripts": {