From ab528e8eab5f11308988d0379f85493790f0321d Mon Sep 17 00:00:00 2001 From: Alrik Zachert Date: Wed, 8 Mar 2023 14:12:07 +0100 Subject: [PATCH] Bump version to 0.8.0. --- CHANGELOG.md | 2 +- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a68477..bdc40de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.8.0] - 2023-03-08 ### Added - New parameter `TLS_ENABLED` to control if broker should run with TLS support (`1`) or not (`0`) (default enabled) ([#17]). diff --git a/Dockerfile b/Dockerfile index 59fba02..aef84c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM debian:bullseye LABEL \ description="RealMQ Broker" \ vendor="RealMQ GmbH" \ - version="0.7.1" + version="0.8.0" # install tools and dependencies RUN export DEBIAN_FRONTEND=noninteractive && \ diff --git a/README.md b/README.md index 973251b..a751f24 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Platform MQTT Frontend - `HTTP_PORT` - Post HTTP listens on, default: `8888` ## License -Copyright (c) 2018-2022 RealMQ GmbH.
+Copyright (c) 2018-2023 RealMQ GmbH.
The files in this archive are released under the [MIT License](LICENSE). [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Frealmq%2Frealmq-broker.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Frealmq%2Frealmq-broker?ref=badge_large)