Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

Commit

Permalink
Merge pull request telefonicaid#210 from telefonicaid/task/prepareRel…
Browse files Browse the repository at this point in the history
…ease1.5

Prepare next release
  • Loading branch information
XavierVal committed Nov 10, 2016
2 parents 1c07595 + c9dea97 commit 9b0f0e9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iotagent-json",
"description": "IoT Agent for the JSON protocol",
"version": "1.4.0-next",
"version": "1.5.0",
"homepage": "https://github.com/telefonicaid/iotagent-json",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -51,7 +51,7 @@
"express": "^4.11.2",
"body-parser": "1.15.0",
"dateformat": "1.0.12",
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "2.4.x",
"logops": "1.0.0-alpha.7",
"mqtt": "1.10.0",
"request": "2.72.0",
Expand Down
11 changes: 11 additions & 0 deletions rpm/SPECS/iotajson.spec
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,17 @@ rm -rf $RPM_BUILD_ROOT

%changelog

* Fri Nov 10 2016 Daniel Moran <daniel.moranjimenez@telefonica.com> 1.5.0
- Add multientity, bidirectionality and expression plugins (#184)
- FIX Transformed data should include Metadata field (#190)
- FIX TimeInstant in measure update makes null time update in CB (#192)
- Poll commands not working (#194)
- FIX IoTA JSON Timestamp parameter in measure request is ignored (#195)
- FIX Error in http json push commands (#197)
- FIX Missing context in logger entries (#198)
- ADD Alarms for the Mosquitto server (#205)
- ADD Iota Json retrieve is not working (#208)

* Fri Sep 09 2016 Daniel Moran <daniel.moranjimenez@telefonica.com> 1.4.0
- Autoprovisioned devices omit mapped attributes (#160)
- ADD Operations manual
Expand Down

0 comments on commit 9b0f0e9

Please sign in to comment.