diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe0999..5a6889e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 3.7.0 + +- feat: add support for patching/routing on Ui24R ([b7a1ca3](https://github.com/bitfocus/companion-module-soundcraft-ui/commit/b7a1ca39c3dca1d68aa4ffa9f0b014ccbc48b5a9)) +- chore: update connection lib to 3.2.0 ([37ef8fc](https://github.com/bitfocus/companion-module-soundcraft-ui/commit/37ef8fc3a1e4c4cbedfc4d2d41d38a7f9796bfbb)) +- chore: add 'Companion Module Checks' workflow ([adaf6e1](https://github.com/bitfocus/companion-module-soundcraft-ui/commit/adaf6e15c5e68936e4a049aed9b48b5ebd7a8c02)) + # 3.6.0 - feat: add support for setting FX params ([38e7ad7](https://github.com/bitfocus/companion-module-soundcraft-ui/commit/38e7ad7315a2f6601bd3106ee5f52409426bdc42)) diff --git a/companion/manifest.json b/companion/manifest.json index 706a9ec..4209d62 100644 --- a/companion/manifest.json +++ b/companion/manifest.json @@ -3,7 +3,7 @@ "name": "soundcraft-ui", "shortname": "soundcraftui", "description": "Module for controlling the Soundcraft Ui consoles", - "version": "3.6.0", + "version": "3.7.0", "license": "MIT", "repository": "git+https://github.com/bitfocus/companion-module-soundcraft-ui.git", "bugs": "https://github.com/bitfocus/companion-module-soundcraft-ui/issues", diff --git a/package.json b/package.json index 62817e8..d672554 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "soundcraft-ui", - "version": "3.6.0", + "version": "3.7.0", "homepage": "https://github.com/bitfocus/companion-module-soundcraft-ui#readme", "main": "dist/index.js", "type": "module",