Skip to content

Commit bd19a52

Browse files
committed
Added release notes to version 0.6.5
1 parent 298dc1b commit bd19a52

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**0.6.5**
2+
- Fixed Null Pointer Exception when called `cancelDeviceConnection` on Android.
3+
- Updated gradle version to be able to use latest Android Studio.
4+
- Added Nullable and Nonnull annotations to Android implementation.
5+
16
**0.6.4**
27
- Fail explicitly when carthage fails on postinstall.
38
- Added `mtu` property for `Device` object which allows you to get current BLE MTU of device.

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,20 @@ Example apps are available in [Google Play](https://play.google.com/store/apps/d
1717

1818
## Recent Changes
1919

20-
**0.6.4**
21-
- Fail explicitly when carthage fails on postinstall.
22-
- Added `mtu` property for `Device` object which allows you to get current BLE MTU of device.
23-
- Added function `requestMTUForDevice` which allows to negotiate BLE MTU of device if it is possible.
20+
**0.6.5**
21+
- Fixed Null Pointer Exception when called `cancelDeviceConnection` on Android.
22+
- Updated gradle version to be able to use latest Android Studio.
23+
- Added Nullable and Nonnull annotations to Android implementation.
2424

2525
[All previous changes](CHANGELOG.md)
2626

27-
## Documentation
27+
## Documentation & Support
2828

2929
Documentation can be found [here](https://polidea.github.io/react-native-ble-plx/).
3030

31+
32+
Contact us at [Gitter](https://gitter.im/RxBLELibraries/react-native-ble) if you have any questions, feedback or want to help!
33+
3134
## Configuration & Installation
3235

3336
### Important

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-ble-plx",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "React Native Bluetooth Low Energy library",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)