diff --git a/CHANGELOG.md b/CHANGELOG.md index f45ed78..016ed47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.4.1-rc.1 (2023-05-21) +- Bump [`thelounge`][1] to [`4.4.1-rc.1`](https://github.com/thelounge/thelounge/releases/tag/v4.4.1-rc.1). + ## 4.4.0 (2023-05-14) - Bump [`thelounge`][1] to [`4.4.0`](https://github.com/thelounge/thelounge/releases/tag/v4.4.0). - Also publish images to ghcr.io/thelounge/thelounge, which henceforth is the default repository. diff --git a/Dockerfile b/Dockerfile index beea5a2..aeab1cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:lts-alpine -ARG THELOUNGE_VERSION=4.4.0 +ARG THELOUNGE_VERSION=4.4.1-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 cd759d3..6ad4a4f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -THELOUNGE_VERSION?=4.4.0 +THELOUNGE_VERSION?=4.4.1-rc.1 ORGANISATION?=thelounge all: main