diff --git a/CHANGELOG.md b/CHANGELOG.md index 9756d59..d602a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Dates are in UTC. +## 2.5.1 (2020-10-27) + +- Fix incorrect handling of `api.baseUrl` with trailing slash ([#44](https://github.com/owntracks/frontend/pull/44), [@karmanyaahm](https://github.com/karmanyaahm)) +- Upgrade dependencies + ## 2.5.0 (2020-09-07) - Add `filters.fitView` config option - this will prevent the map from re-fitting automatically by default when a live location changes ([#41](https://github.com/owntracks/frontend/issues/41)) diff --git a/docker/Dockerfile b/docker/Dockerfile index e1feb71..a89a3b3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,7 +6,7 @@ COPY . ./ RUN yarn build FROM nginx:1.17-alpine -LABEL version="2.5.0" +LABEL version="2.5.1" LABEL description="OwnTracks UI" LABEL maintainer="Linus Groh " ENV LISTEN_PORT=80 \ diff --git a/package.json b/package.json index dd67ddf..5374828 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "owntracks-ui", - "version": "2.5.0", + "version": "2.5.1", "author": { "name": "Linus Groh", "email": "mail@linusgroh.de"