Skip to content

Commit afca50e

Browse files
authored
Merge pull request #311 from FlowFuse/bump_2_8
Bump 2 8
2 parents 9350330 + 9deb40e commit afca50e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### 2.8.0: Release
2+
3+
- Audit log crashes (#310) @Steve-Mcl
4+
- Ensure NODE_EXTRA_CA_CERTS is passed to NR (#308) @hardillb
5+
- Update flowfuse-device.service with Example for port (#304) @gdziuba
6+
- Allow arguments to device agent (#303) @hardillb
7+
18
#### 2.7.0: Release
29

310
- Add HOME env var to passed through list (#299) @hardillb

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowfuse/device-agent",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "An Edge Agent for running Node-RED instances deployed from the FlowFuse Platform",
55
"exports": {
66
"./libraryPlugin": "./lib/plugins/libraryPlugin.js",

0 commit comments

Comments
 (0)