Skip to content

Commit 43a1a1e

Browse files
committed
chore(main): release 3.8.4
1 parent 88fdb10 commit 43a1a1e

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.8.4](https://github.com/Flagsmith/flagsmith-ios-client/compare/v3.8.3...v3.8.4) (2025-08-26)
4+
5+
6+
### Other
7+
8+
* Add `CODEOWNERS` ([#86](https://github.com/Flagsmith/flagsmith-ios-client/issues/86)) ([88fdb10](https://github.com/Flagsmith/flagsmith-ios-client/commit/88fdb101754620e679afa71bf4bef5e3541f1866))
9+
310
## [3.8.3](https://github.com/Flagsmith/flagsmith-ios-client/compare/v3.8.2...v3.8.3) (2025-07-18)
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.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)