Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.multiprovider …
Browse files Browse the repository at this point in the history
…0.0.2
  • Loading branch information
github-actions[bot] authored Nov 4, 2024
1 parent df4ad47 commit c8409f3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"providers/flipt": "0.1.1",
"providers/configcat": "0.1.0",
"providers/statsig": "0.1.0",
"providers/multiprovider": "0.0.1",
"providers/multiprovider": "0.0.2",
"tools/junit-openfeature": "0.1.1"
}
8 changes: 8 additions & 0 deletions providers/multiprovider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.0.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.multiprovider-v0.0.1...dev.openfeature.contrib.providers.multiprovider-v0.0.2) (2024-11-04)


### ✨ New Features

* multi-provider implementation ([#1028](https://github.com/open-feature/java-sdk-contrib/issues/1028)) ([df4ad47](https://github.com/open-feature/java-sdk-contrib/commit/df4ad471d2553363a0a1e4622a21557a6c2711e7))
2 changes: 1 addition & 1 deletion providers/multiprovider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Rather than making assumptions about when to use a provider’s result and when
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>multi-provider</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion providers/multiprovider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>multiprovider</artifactId>
<version>0.0.1</version> <!--x-release-please-version -->
<version>0.0.2</version> <!--x-release-please-version -->

<name>multiprovider</name>
<description>OpenFeature Multi-Provider</description>
Expand Down
2 changes: 1 addition & 1 deletion providers/multiprovider/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2

0 comments on commit c8409f3

Please sign in to comment.