From e07d5ff999932a00162310fd7d24cb321b416e94 Mon Sep 17 00:00:00 2001 From: Steve-Mcl Date: Thu, 29 Aug 2024 09:18:18 +0100 Subject: [PATCH] bump for 2.8.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a7b2a3..00de9e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +#### 2.8.0: Release + + - Audit log crashes (#310) @Steve-Mcl + - Ensure NODE_EXTRA_CA_CERTS is passed to NR (#308) @hardillb + - Update flowfuse-device.service with Example for port (#304) @gdziuba + - Allow arguments to device agent (#303) @hardillb + #### 2.7.0: Release - Add HOME env var to passed through list (#299) @hardillb diff --git a/package.json b/package.json index 429a684..826ee86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flowfuse/device-agent", - "version": "2.7.0", + "version": "2.8.0", "description": "An Edge Agent for running Node-RED instances deployed from the FlowFuse Platform", "exports": { "./libraryPlugin": "./lib/plugins/libraryPlugin.js",