Skip to content

Commit 6a0cbf1

Browse files
authored
Bump 0.4.8 (#86)
1 parent 3029728 commit 6a0cbf1

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.8] - 2025-11-26
8+
- Changed: Prevent connection retry after invalid credentials.
9+
710
## [0.4.7] - 2025-11-10
811
- Changed: Update get_services to handle optional name and description.
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.7'
3+
s.version = '0.4.8'
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
@@ -220,7 +220,7 @@ To add it to an Xcode project, you can do this by adding the URL to File > Swift
220220
Add the following line to your Podfile:
221221

222222
```ruby
223-
pod "HAKit", "~> 0.4.7"
223+
pod "HAKit", "~> 0.4.8"
224224
# We are working from a fork of Starscream due to a necessary fix, please specify in your podfile
225225
pod 'Starscream', git: 'https://github.com/bgoncal/starscream', branch: 'ha-URLSession-fix'
226226
# pod "HAKit/PromiseKit" # optional, for PromiseKit support

0 commit comments

Comments
 (0)