diff --git a/Assets/extOSC/package.json b/Assets/extOSC/package.json index e28d55b..7a138b7 100644 --- a/Assets/extOSC/package.json +++ b/Assets/extOSC/package.json @@ -1,7 +1,7 @@ { "name": "com.iam1337.extosc", "displayName": "extOSC", - "version": "1.19.16", + "version": "1.20.0", "unity": "2018.1", "description": "extOSC (Open Sound Control Protocol) is a tool dedicated to simplify creation of applications with OSC protocol usage in Unity.", "license": "MIT", diff --git a/CHANGELOG.md b/CHANGELOG.md index 6928c70..2096e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.20.0](https://github.com/Iam1337/extOSC/compare/v1.19.16...v1.20.0) (2022-06-26) + + +### Features + +* **extOSC:** added drown detection in receiver ([5f90563](https://github.com/Iam1337/extOSC/commit/5f90563ddaba72a0c565c342c149f3a8a2c77042)) + ## [1.19.16](https://github.com/Iam1337/extOSC/compare/v1.19.15...v1.19.16) (2022-01-24)