diff --git a/CHANGELOG.md b/CHANGELOG.md index a14627e..59c5537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,7 @@ # Changelog -## 3.2.0-rc.2 (2019-08-13) -- Bump [`thelounge`][1] to [`3.2.0-rc.2`](https://github.com/thelounge/thelounge/releases/tag/v3.2.0-rc.2). - -## 3.2.0-rc.1 (2019-08-05) -- Bump [`thelounge`][1] to [`3.2.0-rc.1`](https://github.com/thelounge/thelounge/releases/tag/v3.2.0-rc.1). +## 3.2.0 (2019-08-20) +- Bump [`thelounge`][1] to [`3.2.0`](https://github.com/thelounge/thelounge/releases/tag/v3.2.0). ## 3.1.1 (2019-07-11) - Bump [`thelounge`][1] to [`3.1.1`](https://github.com/thelounge/thelounge/releases/tag/v3.1.1). diff --git a/Dockerfile b/Dockerfile index 0611ddc..6c99937 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,6 @@ CMD ["thelounge", "start"] COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # Install thelounge. -ARG THELOUNGE_VERSION=3.2.0-rc.2 +ARG THELOUNGE_VERSION=3.2.0 RUN yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \ yarn --non-interactive cache clean diff --git a/Makefile b/Makefile index df1a9cb..b3e2674 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -THELOUNGE_VERSION?=3.2.0-rc.2 +THELOUNGE_VERSION?=3.2.0 ORGANISATION?=thelounge all: main alpine diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 4494ad6..10288f0 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -15,6 +15,6 @@ CMD ["thelounge", "start"] COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # Install thelounge. -ARG THELOUNGE_VERSION=3.2.0-rc.2 +ARG THELOUNGE_VERSION=3.2.0 RUN yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \ yarn --non-interactive cache clean