Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman authored May 21, 2023
1 parent 5d62280 commit c01bd0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
THELOUNGE_VERSION?=4.4.0
THELOUNGE_VERSION?=4.4.1-rc.1
ORGANISATION?=thelounge

all: main
Expand Down

0 comments on commit c01bd0b

Please sign in to comment.