diff --git a/Dockerfile b/Dockerfile index ce578f6..609b7e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG BASE_IMAGE FROM ${BASE_IMAGE:-debian:stable-slim} AS BASE -ARG SPOT_CONNECT_VERSION=0.3.2 +ARG SPOT_CONNECT_VERSION=0.3.3 RUN mkdir /app/bin -p COPY app/bin/install-pkg.sh /app/bin/ diff --git a/README.md b/README.md index 9dbd570..307eaa2 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ services: DATE|DESCRIPTION :---|:--- +2023-11-02|Bump to release [0.3.3](https://github.com/philippe44/SpotConnect/releases/tag/0.3.3) 2023-10-19|Bump to release [0.3.2](https://github.com/philippe44/SpotConnect/releases/tag/0.3.2) 2023-10-15|Bump to release [0.3.0](https://github.com/philippe44/SpotConnect/releases/tag/0.3.0) 2023-10-09|Add support for VORBIS_BITRATE variable