Skip to content

Commit

Permalink
Release version 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alrik committed Jun 29, 2018
1 parent 427dad9 commit 4609cef
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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).

## [0.1.0] - 2018-06-29
### Changed
- Adapt new api url. #3
- Adapt new persisted messages format. #3

### Added
- Added support for retrieving authenticated user and token `realmq.me.token.retrieve()` and `realmq.me.user.retrieve()`.

[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-alpha3",
"version": "0.1.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 4609cef

Please sign in to comment.