Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alrik committed Mar 11, 2023
1 parent 210909c commit 37178a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://realmq.com)",
Expand Down

0 comments on commit 37178a5

Please sign in to comment.