diff --git a/CHANGELOG.md b/CHANGELOG.md index 00d296b..3076a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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.2.0] - 2023-03-11 ### Added - Add support for client id postfixes to allow multiple connections per token. - Add new config option `getClientIdPostfix` to customize the default. @@ -18,4 +18,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Added support for retrieving authenticated user and token `realmq.me.token.retrieve()` and `realmq.me.user.retrieve()`. +[0.2.0]: https://github.com/realmq/realmq-node-sdk/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/realmq/realmq-node-sdk/compare/0.1.0-alpha3...0.1.0 diff --git a/package.json b/package.json index 908f38d..6ad6fe0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@realmq/node-sdk", - "version": "0.1.0", + "version": "0.2.0", "description": "The realmq node sdk provides developer friendly access to realmq REST & Realtime APIs.", "license": "MIT", "author": "RealMQ GmbH (https://realmq.com)",