Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alrik committed Jul 6, 2023
1 parent 2b0fe44 commit dac22ae
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This changelog documents all notable changes of the RealMQ Platform.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## [0.3.0] - 2023-07-06

### Added
- Introduce new administrative channel management endpoints `/admin/v1/realms/{realmId}/channels`.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:16
LABEL \
Description="RealMQ Platform" \
Vendor="RealMQ GmbH" \
Version="0.2.0"
Version="0.3.0"

WORKDIR /home/node/app

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@realmq/realmq-platform",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"license": "OSL-3.0",
"author": "RealMQ GmbH <[email protected]> (https://realmq.com)",
Expand Down
2 changes: 1 addition & 1 deletion src/api/admin/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ swagger: "2.0"

info:
title: RealMQ admin api
version: 0.2.0
version: 0.3.0

paths: !includeMerged
- routes/realms.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/api/client/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ swagger: "2.0"

info:
title: RealMQ client api
version: 0.2.0
version: 0.3.0
description: |
## Getting Started
Expand Down

0 comments on commit dac22ae

Please sign in to comment.