diff --git a/CHANGELOG.md b/CHANGELOG.md index 545e88216..266a82415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.4.0](https://github.com/nrkno/tv-automation-atem-connection/compare/2.3.1...2.4.0) (2021-11-15) + + +### Features + +* add support for Media Pool settings ([#121](https://github.com/nrkno/tv-automation-atem-connection/issues/121)) ([b1969c5](https://github.com/nrkno/tv-automation-atem-connection/commit/b1969c54ef308eadc578d6ed93d95e837c0d6e54)) +* add support for Media Pool settings ([#121](https://github.com/nrkno/tv-automation-atem-connection/issues/121)) ([b1969c5](https://github.com/nrkno/tv-automation-atem-connection/commit/b1969c54ef308eadc578d6ed93d95e837c0d6e54)) + ### [2.3.1](https://github.com/nrkno/tv-automation-atem-connection/compare/2.3.0...2.3.1) (2021-10-08) diff --git a/package.json b/package.json index e4b7cbbf1..35e090b5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atem-connection", - "version": "2.3.1", + "version": "2.4.0", "description": "Typescript Node.js library for connecting with an ATEM switcher.", "main": "dist/index.js", "typings": "dist/index.d.ts",