Skip to content

Commit 9b0f0e9

Browse files
authored
Merge pull request #210 from telefonicaid/task/prepareRelease1.5
Prepare next release
2 parents 1c07595 + c9dea97 commit 9b0f0e9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iotagent-json",
33
"description": "IoT Agent for the JSON protocol",
4-
"version": "1.4.0-next",
4+
"version": "1.5.0",
55
"homepage": "https://github.com/telefonicaid/iotagent-json",
66
"author": {
77
"name": "Daniel Moran",
@@ -51,7 +51,7 @@
5151
"express": "^4.11.2",
5252
"body-parser": "1.15.0",
5353
"dateformat": "1.0.12",
54-
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
54+
"iotagent-node-lib": "2.4.x",
5555
"logops": "1.0.0-alpha.7",
5656
"mqtt": "1.10.0",
5757
"request": "2.72.0",

rpm/SPECS/iotajson.spec

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,17 @@ rm -rf $RPM_BUILD_ROOT
168168

169169
%changelog
170170

171+
* Fri Nov 10 2016 Daniel Moran <[email protected]> 1.5.0
172+
- Add multientity, bidirectionality and expression plugins (#184)
173+
- FIX Transformed data should include Metadata field (#190)
174+
- FIX TimeInstant in measure update makes null time update in CB (#192)
175+
- Poll commands not working (#194)
176+
- FIX IoTA JSON Timestamp parameter in measure request is ignored (#195)
177+
- FIX Error in http json push commands (#197)
178+
- FIX Missing context in logger entries (#198)
179+
- ADD Alarms for the Mosquitto server (#205)
180+
- ADD Iota Json retrieve is not working (#208)
181+
171182
* Fri Sep 09 2016 Daniel Moran <[email protected]> 1.4.0
172183
- Autoprovisioned devices omit mapped attributes (#160)
173184
- ADD Operations manual

0 commit comments

Comments
 (0)