Skip to content

Commit b47dde5

Browse files
committed
chore(main): release 8.0.2
1 parent 59421bd commit b47dde5

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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+
### Other
12+
13+
* **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))
14+
* **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))
15+
316
## [8.0.1](https://github.com/Flagsmith/flagsmith-java-client/compare/v8.0.0...v8.0.1) (2026-03-31)
417

518

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)