Skip to content

Commit 702d5a5

Browse files
authored
chore(main): release 3.8.4 (#87)
1 parent c5be992 commit 702d5a5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"3.8.3"}
1+
{".":"3.8.4"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.8.4](https://github.com/Flagsmith/flagsmith-ios-client/compare/v3.8.3...v3.8.4) (2025-10-02)
4+
5+
6+
### Bug Fixes
7+
8+
* Cache Functionality Fixes and Comprehensive Test Suite ([#91](https://github.com/Flagsmith/flagsmith-ios-client/issues/91)) ([c5be992](https://github.com/Flagsmith/flagsmith-ios-client/commit/c5be9925cbfc53a1973c44dbe701c7c6e314a6f6))
9+
10+
11+
### Other
12+
13+
* Add `CODEOWNERS` ([#86](https://github.com/Flagsmith/flagsmith-ios-client/issues/86)) ([88fdb10](https://github.com/Flagsmith/flagsmith-ios-client/commit/88fdb101754620e679afa71bf4bef5e3541f1866))
14+
315
## [3.8.3](https://github.com/Flagsmith/flagsmith-ios-client/compare/v3.8.2...v3.8.3) (2025-07-18)
416

517

FlagsmithClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'FlagsmithClient'
11-
s.version = '3.8.3' # x-release-please-version
11+
s.version = '3.8.4' # x-release-please-version
1212
s.summary = 'iOS Client written in Swift for Flagsmith. Ship features with confidence using feature flags and remote config.'
1313
s.homepage = 'https://github.com/Flagsmith/flagsmith-ios-client'
1414
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)