Skip to content

Commit 2d653fa

Browse files
Bump version: 1.5.1
1 parent fdab1d3 commit 2d653fa

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

BlueConnect.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BlueConnect"
3-
s.version = "1.5.0"
3+
s.version = "1.5.1"
44
s.summary = "A modern approach to Bluetooth LE connectivity built around CoreBluetooth"
55
s.license = { :type => "MIT", :file => "LICENSE" }
66
s.homepage = "https://github.com/danielepantaleone/BlueConnect"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Release Notes
22
=============
33

4+
Released Sep 8, 2025
5+
6+
## 1.5.1
7+
8+
- Fix not starting connection timeout for already connecting peripherals [41b29cb](https://github.com/danielepantaleone/BlueConnect/commit/41b29cb66ee59292a1032d71c6a71d61e732aea9)
9+
410
Released Aug 16, 2025
511

612
## 1.5.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,14 +418,14 @@ You can create mock versions of your central manager and peripheral(s) and suppl
418418

419419
```swift
420420
dependencies: [
421-
.package(url: "https://github.com/danielepantaleone/BlueConnect.git", .upToNextMajor(from: "1.5.0"))
421+
.package(url: "https://github.com/danielepantaleone/BlueConnect.git", .upToNextMajor(from: "1.5.1"))
422422
]
423423
```
424424

425425
### Cocoapods
426426

427427
```ruby
428-
pod 'BlueConnect', '~> 1.5.0'
428+
pod 'BlueConnect', '~> 1.5.1'
429429
```
430430

431431
## Contributing

0 commit comments

Comments
 (0)