From 0304e0ead486fb626cf3e00f302ea418b31c73f3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Jun 2019 07:57:17 +0000 Subject: [PATCH] chore(release): 1.2.3 [skip ci] ## [1.2.3](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/compare/v1.2.2...v1.2.3) (2019-06-13) ### Bug Fixes * **loraserver.io #70:** MQTT topics updated to versions after v1 ([6e40ec9](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/commit/6e40ec9)), closes [#70](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/issues/70) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 058dfb9..edcd089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.3](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/compare/v1.2.2...v1.2.3) (2019-06-13) + + +### Bug Fixes + +* **loraserver.io #70:** MQTT topics updated to versions after v1 ([6e40ec9](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/commit/6e40ec9)), closes [#70](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/issues/70) + ## [1.2.2](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/compare/v1.2.1...v1.2.2) (2019-06-05) diff --git a/package.json b/package.json index bb76afc..787180f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iotagent-lora", - "version": "1.2.2", + "version": "1.2.3", "description": "IoT Agent for LoRaWAN protocol", "main": "lib/iotagent-lora", "scripts": {