Skip to content

Commit 104fbc1

Browse files
authored
chore(main): release 8.0.2 (#206)
1 parent 0baec81 commit 104fbc1

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [8.0.2](https://github.com/Flagsmith/flagsmith-java-client/compare/v8.0.1...v8.0.2) (2026-04-02)
4+
5+
6+
### Bug Fixes
7+
8+
* Preserve native types for multivariate feature option values ([#205](https://github.com/Flagsmith/flagsmith-java-client/issues/205)) ([b144bb0](https://github.com/Flagsmith/flagsmith-java-client/commit/b144bb0a75344635c66f3646d806b03c2be8e6b5))
9+
10+
11+
### Docs
12+
13+
* improve README with typo fixes and clearer setup instructions ([#183](https://github.com/Flagsmith/flagsmith-java-client/issues/183)) ([0baec81](https://github.com/Flagsmith/flagsmith-java-client/commit/0baec819fcdb1baf7b220838110f8c28904c14a3))
14+
15+
16+
### Other
17+
18+
* **deps-dev:** bump org.assertj:assertj-core from 3.19.0 to 3.27.7 ([#199](https://github.com/Flagsmith/flagsmith-java-client/issues/199)) ([59421bd](https://github.com/Flagsmith/flagsmith-java-client/commit/59421bdb6f4f0904edbbcafea46bf1c70a35e89d))
19+
* **deps:** bump com.fasterxml.jackson.core:jackson-core from 2.15.2 to 2.18.6 ([#201](https://github.com/Flagsmith/flagsmith-java-client/issues/201)) ([47283fb](https://github.com/Flagsmith/flagsmith-java-client/commit/47283fbc8bcc3819bc7952650dfeb7bf665f3c69))
20+
321
## [8.0.1](https://github.com/Flagsmith/flagsmith-java-client/compare/v8.0.0...v8.0.1) (2026-03-31)
422

523

pom.xml

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

77
<groupId>com.flagsmith</groupId>
88
<artifactId>flagsmith-java-client</artifactId>
9-
<version>8.0.1</version> <!--x-release-please-version -->
9+
<version>8.0.2</version> <!--x-release-please-version -->
1010
<packaging>jar</packaging>
1111

1212
<name>Flagsmith Java Client</name>

0 commit comments

Comments
 (0)