Skip to content

Commit 0c7bca3

Browse files
committed
Changelog and pod version updated.
1 parent 9484ab2 commit 0c7bca3

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

CHANGELOG.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,56 @@
1-
#1.1.1
1+
2+
# 1.2.0
3+
- Added support for Core Bluetooth state restoration
4+
5+
# 1.1.1
26
- Fixed a bug regarding `rx_state` behavior
37

4-
#1.1.0
8+
# 1.1.0
59

610
- New API in `BluetoothManager`: `rx_state` to monitor `CBCentralManager` state changes
711
- New API in `Peripheral`: `rx_state` to monitor `CBPeripheral` state change and `rx_isConntected` to monitor connection state changes
812
- `monitorState()` and `monitorStateChange()` marked as deprecated
913
- Added dependency for RxCocoa
1014

11-
#1.0.1
15+
# 1.0.1
1216

1317

1418
- Fixed issues related to scan sharing
1519

1620

17-
#1.0.0
21+
# 1.0.0
1822

1923

2024
- Added OSX support. Official 1.0 release
2125

2226

23-
#0.4.1
27+
# 0.4.1
2428

2529

2630
- Fixed possible race condition in `setNotifyAndMonitor` function
2731

2832

29-
#0.4.0
30-
33+
# 0.4.0
3134

3235
- Documentation updated
3336
- Use cases added to example app
3437
- Added convenience methods to peripheral
3538
- Added protocols that are giving user access to convenience API.
3639

3740

38-
#0.3.7
41+
# 0.3.7
3942

4043

4144
- Improved APIs of `Characteristic` and `Service`
4245

4346

44-
#0.3.5-0.3.6
47+
# 0.3.5-0.3.6
4548

4649
- Added convenience methods to `Peripheral`. Check more about it in README.
4750

48-
#0.3.4
51+
# 0.3.4
4952

5053
- Deleted jazzy.yaml in order to make cocoadocs work
51-
52-
#0.3.3
54+
55+
# 0.3.3
5356
- Initial release

RxBluetoothKit.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 = "RxBluetoothKit"
3-
s.version = "1.1.1"
3+
s.version = "1.2.0"
44
s.summary = "Bluetooth library for RxSwift"
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)