Skip to content

Commit 5c61529

Browse files
committed
all: prepare for release 0.13.0
Signed-off-by: deadprogram <[email protected]>
1 parent be07fc7 commit 5c61529

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
0.12.0
211
---
312
* **core**

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package bluetooth
22

33
// Version returns a user-readable string showing the version of the bluetooth package for support purposes.
44
// Update this value before release of new version of software.
5-
const Version = "0.12.0"
5+
const Version = "0.13.0"

0 commit comments

Comments
 (0)