File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.2.2] - 2021-05-01
10
+ - Added: Allow overriding ` User-Agent ` header in connection via ` HAConnectionInfo ` .
11
+ - Fixed: ` Host ` header now properly excludes port so we match URLSession behavior.
12
+ - Fixed: Services now load successfully for versions of HA Core prior to 2021.3 when ` name ` was added.
13
+
9
14
## [ 0.2.1] - 2021-04-05
10
15
- Changed: ` HAGlobal ` 's ` log ` block now contains a log level, either ` info ` or ` error ` .
11
16
- Fixed: Failed populate requests no longer crash when a later subscription is updated.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'HAKit'
3
- s . version = '0.2.1 '
3
+ s . version = '0.2.2 '
4
4
s . summary = 'Communicate with a Home Assistant instance.'
5
5
s . author = 'Home Assistant'
6
6
You can’t perform that action at this time.
0 commit comments