diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..c1a0f94a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +0.1.0 +--- +* **linux** + - support for both central and peripheral operation +* **macos** + - support for both central and peripheral operation +* **windows** + - experimental support for both central scanning only +* **nordic semiconductor** + - support for both central and peripheral operation on nRF82840 and nRF52832 + - support for peripheral only on nRF51822 diff --git a/version.go b/version.go new file mode 100644 index 00000000..ceab72a7 --- /dev/null +++ b/version.go @@ -0,0 +1,5 @@ +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.1.0"