Skip to content

Commit 0e3e018

Browse files
committed
Update CHANGELOG and podspec
1 parent bd7178a commit 0e3e018

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
914
## [0.2.1] - 2021-04-05
1015
- Changed: `HAGlobal`'s `log` block now contains a log level, either `info` or `error`.
1116
- Fixed: Failed populate requests no longer crash when a later subscription is updated.

HAKit.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 = 'HAKit'
3-
s.version = '0.2.1'
3+
s.version = '0.2.2'
44
s.summary = 'Communicate with a Home Assistant instance.'
55
s.author = 'Home Assistant'
66

0 commit comments

Comments
 (0)