Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
Track changes since initial release

Signed-off-by: Riccardo Binetti <[email protected]>
  • Loading branch information
rbino committed May 30, 2022
1 parent 4ce908b commit 031a30f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
### Added
- Add `connected` field to wifi scan result and highlight the currently connected network.
- Add support for device tags.

### Changed
- Change Geo IP provider from FreeGeoIP to IPBase.

### Fixed
- Add a workaround to correctly parse Astarte datastreams even if AppEngine API shows them with a
inconsistent format.

## [0.5.0] - 2022-03-22
### Added
- First Edgehog release.

0 comments on commit 031a30f

Please sign in to comment.