diff --git a/CHANGELOG.md b/CHANGELOG.md index 011865fb..794046b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.2](https://github.com/tradle/react-native-udp/compare/v4.1.1...v4.1.2) (2021-01-19) + + +### Bug Fixes + +* **Android:** Fix null MulticastSocket creation ([#148](https://github.com/tradle/react-native-udp/issues/148)) ([3d52791](https://github.com/tradle/react-native-udp/commit/3d527916a24e3837c2eca194f2474af22a737cef)) + ## [4.1.1](https://github.com/tradle/react-native-udp/compare/v4.1.0...v4.1.1) (2020-12-24) diff --git a/package.json b/package.json index d3951b23..35f82c42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-udp", - "version": "4.1.1", + "version": "4.1.2", "description": "React Native UDP socket API for Android & iOS", "homepage": "https://github.com/tradle/react-native-udp", "main": "src/index.js",