diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa0057..76de328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [1.1.1] - 2023-12-03 + +- Fixes + ## [1.1.0] - 2023-12-03 - Fix the problem of connection attempts using an incorrect address type diff --git a/package.json b/package.json index 295f9ef..1d13493 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluetooth-hci", - "version": "1.1.0", + "version": "1.1.1", "description": "Bluetooth HCI host implementation", "main": "lib/src/index.js", "types": "lib/src/index.d.ts",