Skip to content

Commit 1a62aae

Browse files
authored
chore(main): release 3.8.3 (#83)
1 parent 2837cfb commit 1a62aae

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.2"}
1+
{".":"3.8.3"}

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.3](https://github.com/Flagsmith/flagsmith-ios-client/compare/v3.8.2...v3.8.3) (2025-07-18)
4+
5+
6+
### Other
7+
8+
* **ci:** update source to look for tag with leading v as created by release please ([#82](https://github.com/Flagsmith/flagsmith-ios-client/issues/82)) ([2837cfb](https://github.com/Flagsmith/flagsmith-ios-client/commit/2837cfbb7591882528a744bab51702befc7c70c3))
9+
310
## [3.8.2](https://github.com/Flagsmith/flagsmith-ios-client/compare/3.8.1...v3.8.2) (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.2' # x-release-please-version
11+
s.version = '3.8.3' # 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)