chore(main): release dev.openfeature.javasdk 0.2.2 (#76)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-09-23 09:35:31 -04:00 committed by GitHub
parent f8d62eea2f
commit e108666a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 5 deletions

View File

@ -1 +1 @@
{".":"0.2.1"}
{".":"0.2.2"}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.2.2](https://github.com/open-feature/java-sdk/compare/dev.openfeature.javasdk-v0.2.1...dev.openfeature.javasdk-v0.2.2) (2022-09-20)
### Features
* Add asObjectMap to get the EvaluationContext as Map<String,Object> ([#75](https://github.com/open-feature/java-sdk/issues/75)) ([2eec1a5](https://github.com/open-feature/java-sdk/commit/2eec1a5519b9efab7d7f9dc8b1cbd84d9218368b))
## [0.2.1](https://github.com/open-feature/java-sdk/compare/dev.openfeature.javasdk-v0.2.0...dev.openfeature.javasdk-v0.2.1) (2022-09-13)

View File

@ -66,7 +66,7 @@ class MyClass {
<dependency>
<groupId>dev.openfeature</groupId>
<artifactId>javasdk</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</dependency>
```
<!-- x-release-please-end-version -->
@ -90,7 +90,7 @@ If you would like snapshot builds, this is the relevant repository information:
<!-- x-release-please-start-version -->
```groovy
dependencies {
implementation 'dev.openfeature:javasdk:0.2.1'
implementation 'dev.openfeature:javasdk:0.2.2'
}
```
<!-- x-release-please-end-version -->

View File

@ -4,7 +4,7 @@
<groupId>dev.openfeature</groupId>
<artifactId>javasdk</artifactId>
<version>0.2.1</version> <!--x-release-please-version -->
<version>0.2.2</version> <!--x-release-please-version -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@ -1 +1 @@
0.2.1
0.2.2