From f193b03bfab8bf9a3a489606cf338f5183fabe62 Mon Sep 17 00:00:00 2001 From: William Boman Date: Sat, 6 May 2023 21:46:01 +0200 Subject: [PATCH] thelounge@4.4.0-rc.1 (#161) --- CHANGELOG.md | 3 +++ Dockerfile | 2 +- Makefile | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8efcbb8..ec91c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.4.0-rc.1 (2023-05-06) +- Bump [`thelounge`][1] to [`4.4.0-rc.1`](https://github.com/thelounge/thelounge/releases/tag/v4.4.0-rc.1). + ## 4.4.0-pre.2 (2023-03-20) - Bump [`thelounge`][1] to [`4.4.0-pre.2`](https://github.com/thelounge/thelounge/releases/tag/v4.4.0-pre.2). diff --git a/Dockerfile b/Dockerfile index 6fe0aee..ffe195c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:lts-alpine -ARG THELOUNGE_VERSION=4.4.0-pre.2 +ARG THELOUNGE_VERSION=4.4.0-rc.1 LABEL org.opencontainers.image.title "Official The Lounge image" LABEL org.opencontainers.image.description "Official Docker image for The Lounge, a modern web IRC client designed for self-hosting." diff --git a/Makefile b/Makefile index 66f1280..05d557b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -THELOUNGE_VERSION?=4.4.0-pre.2 +THELOUNGE_VERSION?=4.4.0-rc.1 ORGANISATION?=thelounge all: main