diff --git a/CHANGELOG.md b/CHANGELOG.md index 53935673..15706f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.4](https://github.com/tradle/react-native-udp/compare/v4.1.3...v4.1.4) (2022-02-22) + + +### Bug Fixes + +* Remove AsyncTask in the send function (it's deprecated) ([#197](https://github.com/tradle/react-native-udp/issues/197)) ([179a948](https://github.com/tradle/react-native-udp/commit/179a9480004ce15c83fbcaa4ec3d9cd9fa9f950a)) + ## [4.1.3](https://github.com/tradle/react-native-udp/compare/v4.1.2...v4.1.3) (2021-09-08) diff --git a/package.json b/package.json index fb8f1bf2..96ba90a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-udp", - "version": "4.1.3", + "version": "4.1.4", "description": "React Native UDP socket API for Android & iOS", "homepage": "https://github.com/tradle/react-native-udp", "main": "src/index.js",