Skip to content

Commit

Permalink
Merge pull request #234 from FlowFuse/release-21
Browse files Browse the repository at this point in the history
Updates for 2.1.0 release
  • Loading branch information
hardillb authored Feb 6, 2024
2 parents 975678b + a708765 commit 3902bfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 2.1.0: Release

- Implement quick connect in device agent (#226) @Steve-Mcl
- Fix affinity cookie parsing (#225) @knolleary

#### 2.0.0: Release

- Enable WebSocket Affinity in the device agent (#213) @hardillb
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowfuse/device-agent",
"version": "2.0.0",
"version": "2.1.0",
"description": "An Edge Agent for running Node-RED instances deployed from the FlowFuse Platform",
"exports": {
"./libraryPlugin": "./lib/plugins/libraryPlugin.js"
Expand Down

0 comments on commit 3902bfb

Please sign in to comment.