Skip to content

Commit 786d4ae

Browse files
authored
chore(main): release 3.9.0 (#98)
1 parent 4a0f4e4 commit 786d4ae

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.4"}
1+
{".":"3.9.0"}

CHANGELOG.md

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

3+
## [3.9.0](https://github.com/Flagsmith/flagsmith-ios-client/compare/v3.8.4...v3.9.0) (2025-10-30)
4+
5+
6+
### Features
7+
8+
* cache priority and tests ([#96](https://github.com/Flagsmith/flagsmith-ios-client/issues/96)) ([4a0f4e4](https://github.com/Flagsmith/flagsmith-ios-client/commit/4a0f4e475bef25cb3785928ee8e1fb63c4f00952))
9+
310
## [3.8.4](https://github.com/Flagsmith/flagsmith-ios-client/compare/v3.8.3...v3.8.4) (2025-10-02)
411

512

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.4' # x-release-please-version
11+
s.version = '3.9.0' # 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)