Skip to content

Commit c347f09

Browse files
Copilotbgoncal
andauthored
Bump 0.4.11 (#95)
* Initial plan * Bump version from 0.4.10 to 0.4.11 Co-authored-by: bgoncal <5808343+bgoncal@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bgoncal <5808343+bgoncal@users.noreply.github.com>
1 parent e94d0d9 commit c347f09

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.4.11] - 2026-02-24
8+
- Fixed: Memory leak caused by NWPathMonitor not being cancelled
9+
710
## [0.4.10] - 2026-02-24
811
- Added: mTLS support
912

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ To add it to an Xcode project, you can do this by adding the URL to File > Swift
281281
Add the following line to your Podfile:
282282

283283
```ruby
284-
pod "HAKit", "~> 0.4.10"
284+
pod "HAKit", "~> 0.4.11"
285285
# We are working from a fork of Starscream due to a necessary fix, please specify in your podfile
286286
pod 'Starscream', git: 'https://github.com/bgoncal/starscream', branch: 'ha-URLSession-fix'
287287
# pod "HAKit/PromiseKit" # optional, for PromiseKit support

0 commit comments

Comments
 (0)