diff --git a/packages/transport-ble/CHANGELOG.md b/packages/transport-ble/CHANGELOG.md index ab688e23..2a6004ed 100644 --- a/packages/transport-ble/CHANGELOG.md +++ b/packages/transport-ble/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.0](https://www.github.com/openwallet-foundation/credo-ts-ext/compare/transport-ble-v0.2.1...transport-ble-v0.3.0) (2024-03-14) + + +### ⚠ BREAKING CHANGES + +* update to credo 0.5 stable (#250) +* update to credo 0.5 (#239) + +### Miscellaneous Chores + +* update to credo 0.5 ([#239](https://www.github.com/openwallet-foundation/credo-ts-ext/issues/239)) ([16e44ec](https://www.github.com/openwallet-foundation/credo-ts-ext/commit/16e44ec3134bf401bc98e89918a3cc5d223f90d6)) +* update to credo 0.5 stable ([#250](https://www.github.com/openwallet-foundation/credo-ts-ext/issues/250)) ([2e1fda8](https://www.github.com/openwallet-foundation/credo-ts-ext/commit/2e1fda896d166306dc051284e7c8016cd8111f1d)) + ### [0.2.1](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/transport-ble-v0.2.0...transport-ble-v0.2.1) (2023-09-18) diff --git a/packages/transport-ble/package.json b/packages/transport-ble/package.json index ba821e13..afb3885e 100644 --- a/packages/transport-ble/package.json +++ b/packages/transport-ble/package.json @@ -2,7 +2,7 @@ "name": "@credo-ts/transport-ble", "main": "build/index", "types": "build/index", - "version": "0.2.1", + "version": "0.3.0", "files": [ "build" ],