We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be07fc7 commit 5c61529Copy full SHA for 5c61529
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+0.12.0
2
+---
3
+* **core**
4
+ - Introduce AdvertisementPayload.ServiceUUIDs()
5
+* **windows**
6
+ - Fix device disconnect for windows (#368)
7
+ - Fix write respond
8
+
9
10
0.12.0
11
---
12
* **core**
version.go
@@ -2,4 +2,4 @@ package bluetooth
// Version returns a user-readable string showing the version of the bluetooth package for support purposes.
// Update this value before release of new version of software.
-const Version = "0.12.0"
+const Version = "0.13.0"
0 commit comments