Skip to content

Commit

Permalink
Merge pull request #325 from bettio/prepare-1.0.1
Browse files Browse the repository at this point in the history
Prepare 1.0.1 release
  • Loading branch information
bettio authored Dec 16, 2021
2 parents c25a6db + 499718b commit 1ddb293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [1.0.1] - Unreleased
## [1.0.1] - 2021-12-16
### Fixed
- Visualization of boolean mappings in the device values page.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ For example, to run it locally on port 4040, you can use the following command:
docker run \
-p 4040:80 \
-v /absolute/path/to/config.json:/usr/share/nginx/html/user-config/config.json \
astarte/astarte-dashboard:1.0-snapshot
astarte/astarte-dashboard:1.0.1
```


Expand Down Expand Up @@ -189,4 +189,4 @@ Distributed under the Apache2.0 License. See [LICENSE](LICENSE) for more informa


<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[dashboard-home-screenshot]: https://github.com/astarte-platform/astarte/blob/release-1.0/doc/images/astarte-dashboard-realm-overview.png
[dashboard-home-screenshot]: https://github.com/astarte-platform/astarte/blob/v1.0.1/doc/images/astarte-dashboard-realm-overview.png

0 comments on commit 1ddb293

Please sign in to comment.