Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 2.32.0: Release

- feat: Add Insights support with get-features and call-tool/read-resource methods (#226)
- Bump actions/checkout from 6.0.3 to 7.0.0 (#225)
- ci: set dependabot pull request limit to 30 (#224)
- Bump js-yaml from 4.1.1 to 4.2.0 (#223)
- Bump form-data from 4.0.4 to 4.0.6 (#222)
- Bump actions/checkout from 6.0.2 to 6.0.3 (#217)
- Bump @grpc/grpc-js from 1.13.2 to 1.14.4 (#220)

#### 2.31.3: Release


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/driver-docker",
"version": "2.31.3",
"version": "2.32.0",
"description": "Docker driver for FlowFuse",
"main": "docker.js",
"scripts": {
Expand Down