Skip to content

Commit abd1665

Browse files
authored
Merge pull request #241 from telefonicaid/task/prepare_1.6.0
ADD Step 1.5.0 -> 1.6.0-next
2 parents 4a0f8b8 + b761b6b commit abd1665

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
- FEATURE update node version to 4.8.4
2-
- Update MongoDB driver in order to fix NODE-818 error (#226)

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5.0-next",
4+
"version": "1.6.0",
55
"homepage": "https://github.com/telefonicaid/iotagent-json",
66
"author": {
77
"name": "Daniel Moran",
@@ -52,7 +52,7 @@
5252
"body-parser": "1.15.0",
5353
"dateformat": "1.0.12",
5454
"amqplib": "^0.5.1",
55-
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
55+
"iotagent-node-lib": "2.4.x",
5656
"logops": "1.0.0-alpha.7",
5757
"mqtt": "1.7.0",
5858
"request": "^2.69.0",

rpm/SPECS/iotajson.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ rm -rf $RPM_BUILD_ROOT
168168
%{_install_dir}
169169

170170
%changelog
171+
* Web Oct 18 2017 Fermin Galan <[email protected]> 1.6.0
172+
- FEATURE update node version to 4.8.4
173+
- Update MongoDB driver in order to fix NODE-818 error (#226)
171174

172175
* Fri Nov 10 2016 Daniel Moran <[email protected]> 1.5.0
173176
- Add multientity, bidirectionality and expression plugins (#184)

0 commit comments

Comments
 (0)