diff --git a/CHANGELOG.md b/CHANGELOG.md index 466a7bf..fd84676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Dates are in UTC. +## 2.11.0 (2022-03-16) + +- Show WiFi SSID and BSSID in location popup, if available +- Show address in location popup, if available ([#73](https://github.com/owntracks/frontend/pull/73), [@saesh](https://github.com/saesh)) +- Upgrade dependencies + ## 2.10.0 (2021-11-28) - Ensure location history line segments are drawn in chronological order ([#67](https://github.com/owntracks/frontend/issues/67)) diff --git a/docker/Dockerfile b/docker/Dockerfile index e17daf9..5503284 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,7 +6,7 @@ COPY . ./ RUN yarn build FROM nginx:1.18-alpine -LABEL version="2.10.0" +LABEL version="2.11.0" LABEL description="OwnTracks Frontend" LABEL maintainer="Linus Groh " ENV LISTEN_PORT=80 \ diff --git a/package.json b/package.json index bcf2130..5be6ff1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "owntracks-frontend", - "version": "2.10.0", + "version": "2.11.0", "author": { "name": "Linus Groh", "email": "mail@linusgroh.de"