diff --git a/CHANGELOG.md b/CHANGELOG.md index 7210b31..598062a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,7 @@ # Changelog -## 3.1.0-rc.1 (2019-07-05) -- Bump [`thelounge`][1] to [`3.1.0-rc.1`](https://github.com/thelounge/thelounge/releases/tag/v3.1.0-rc.1). - -## 3.1.0-pre.3 (2019-06-28) -- Bump [`thelounge`][1] to [`v3.1.0-pre.3`](https://github.com/thelounge/thelounge/releases/tag/v3.1.0-pre.3). +## 3.1.1 (2019-07-11) +- Bump [`thelounge`][1] to [`3.1.1`](https://github.com/thelounge/thelounge/releases/tag/v3.1.1). ## 3.0.1 (2019-02-11) - Bump [`thelounge`][1] to [`v3.0.1`](https://github.com/thelounge/thelounge/releases/tag/v3.0.1). diff --git a/Dockerfile b/Dockerfile index 4618ec7..8455bed 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.1.0-rc.1 +ARG THELOUNGE_VERSION=3.1.1 RUN yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \ yarn --non-interactive cache clean diff --git a/Makefile b/Makefile index af00aae..3bc3776 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -THELOUNGE_VERSION?=3.1.0-rc.1 +THELOUNGE_VERSION?=3.1.1 ORGANISATION?=thelounge all: main alpine diff --git a/alpine/Dockerfile b/alpine/Dockerfile index b046bcd..dfd5a41 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.1.0-rc.1 +ARG THELOUNGE_VERSION=3.1.1 RUN yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \ yarn --non-interactive cache clean