diff --git a/CHANGELOG.md b/CHANGELOG.md index f4afc3ce..06cd7ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +0.5.0 +--- +* **core** + - update to drivers 0.20.0 + - Fix ParseMAC bug + - Add //go:build lines for Go 1.18 +* **nordic semi** + - nrf: fix CGo errors after TinyGo update + 0.4.0 --- * **core** diff --git a/version.go b/version.go index fcc70849..fbdf1f0b 100644 --- a/version.go +++ b/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.4.0" +const Version = "0.5.0"