Skip to content

Commit 1a280cb

Browse files
committed
Update version to 1.1.0 and modify migration guide in README.md
1 parent 3987377 commit 1a280cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ This behavior is common in BLE development and not specific to this library. Any
271271

272272
## Migration Guide
273273

274-
### Version 1.X to 2.X
274+
### Version 1.0.1 to 1.1.0
275275

276-
The 2.X version introduces a new way to handle connection events and automatic pairing. Here are the key changes:
276+
Version 1.1.0 introduces a new way to handle connection events and automatic pairing. Here are the key changes:
277277

278278
1. **Connection Callbacks**: Register connection and disconnection callbacks through BLESecure instead of BTstack:
279279
```cpp

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pico-ble-secure",
3-
"version": "2.0.0",
3+
"version": "1.1.0",
44
"description": "A library for implementing secure Bluetooth Low Energy (BLE) pairing and encryption on Raspberry Pi Pico using the arduino-pico core",
55
"keywords": "bluetooth, BLE, security, pairing, encryption, Pico, arduino-pico, secure connections, MITM protection",
66
"repository": {

0 commit comments

Comments
 (0)