Skip to content

Commit

Permalink
Updated to version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan Botea committed Oct 9, 2015
1 parent f7f5e60 commit e111000
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.2.5

* Fixed `/user/update` when updating password
* Further improved the tests, now each test has an ID displayed for easy lookup. Tests should run faster.
* Variable checks for message queue client and main database
* Added pagination support for subscribe requests
* Removed `tokenValidation` in object routes because `objectACL` was already doing that
* `/object/count` should now work
* Applications loaded on boot up are saved in Application object from telepat-models
* Fixed some minor bugs

# 0.2.4

* Implemented /admin/authorize and /admin/deauthorize to add/remove admins to an application
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telepat-api",
"version": "0.2.4",
"version": "0.2.5",
"scripts": {
"start": "./bin/www",
"test": "istanbul cover _mocha -- test/api.js -R spec"
Expand All @@ -20,7 +20,7 @@
"morgan": "1.5.1",
"object-sizeof": "1.0.6",
"redis": "0.12.1",
"telepat-models": "telepat-io/telepat-models#develop",
"telepat-models": "0.2.5",
"uuid": "2.0.1"
},
"bugs": {
Expand Down

0 comments on commit e111000

Please sign in to comment.