From 2d648014906b9e1d786d8939a0fbc9dac8dd2532 Mon Sep 17 00:00:00 2001 From: William Boman Date: Thu, 27 Feb 2020 22:00:21 +0100 Subject: [PATCH] thelounge@4.1.0-rc.1 (#101) --- CHANGELOG.md | 3 +++ Dockerfile | 2 +- Makefile | 2 +- alpine/Dockerfile | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 406fc18..963618c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.1.0-rc.1 (2020-02-27) +- Bump [`thelounge`][1] to [`4.1.0-rc.1`](https://github.com/thelounge/thelounge/releases/tag/v4.1.0-rc.1). + ## 4.0.0 (2020-01-01) - Bump [`thelounge`][1] to [`4.0.0`](https://github.com/thelounge/thelounge/releases/tag/v4.0.0). diff --git a/Dockerfile b/Dockerfile index bc0bcd5..426a034 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=4.0.0 +ARG THELOUNGE_VERSION=4.1.0-rc.1 RUN yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \ yarn --non-interactive cache clean diff --git a/Makefile b/Makefile index 38c6a49..57fcc48 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -THELOUNGE_VERSION?=4.0.0 +THELOUNGE_VERSION?=4.1.0-rc.1 ORGANISATION?=thelounge all: main alpine diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 38ad3b3..0c6a7fc 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=4.0.0 +ARG THELOUNGE_VERSION=4.1.0-rc.1 RUN yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \ yarn --non-interactive cache clean