diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd1a4d..25b1c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +#### 2.7.0: Release + + - Persistent storage - Docker (#103) @hardillb + - Fix LOG_PASSTHROUGH (#104) @hardillb + - Fix network selection if more than one network labeled 'flowforge' (#102) @hardillb + - Update release-publish.yml to use NodeJS v18 (#101) @hardillb + - Bump JS-DevTools/npm-publish from 2 to 3 (#96) @app/dependabot + #### 2.6.0: Release diff --git a/package-lock.json b/package-lock.json index 0078d62..9c39ec2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flowfuse/driver-docker", - "version": "2.6.0", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@flowfuse/driver-docker", - "version": "2.6.0", + "version": "2.7.0", "license": "Apache-2.0", "dependencies": { "dockerode": "^3.3.1", diff --git a/package.json b/package.json index ed8f937..21258c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flowfuse/driver-docker", - "version": "2.6.0", + "version": "2.7.0", "description": "Docker driver for FlowFuse", "main": "docker.js", "scripts": {