Skip to content

Commit

Permalink
Bump version to 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alrik committed Mar 8, 2023
1 parent 364cc07 commit ab528e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]).
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Platform MQTT Frontend
- `HTTP_PORT` - Post HTTP listens on, default: `8888`

## License
Copyright (c) 2018-2022 RealMQ GmbH.<br />
Copyright (c) 2018-2023 RealMQ GmbH.<br />
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)

0 comments on commit ab528e8

Please sign in to comment.