chore(main): release dev.openfeature.javasdk 0.2.0 (#69)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-09-13 12:44:11 -07:00 committed by GitHub
parent 887b62951a
commit 00af2f88f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 3 deletions

View File

@ -1 +1 @@
{".":"0.1.1"}
{".":"0.2.0"}

15
CHANGELOG.md Normal file
View File

@ -0,0 +1,15 @@
# Changelog
## [0.2.0](https://github.com/open-feature/java-sdk/compare/dev.openfeature.javasdk-v0.1.1...dev.openfeature.javasdk-v0.2.0) (2022-09-13)
### ⚠ BREAKING CHANGES
* use value for object resolver
* use instant not zoneddatetime
### Features
* add object to value wrapper ([0152a1e](https://github.com/open-feature/java-sdk/commit/0152a1eef93ea1b5253ddae78718a9805c98aaf7))
* use instant not zoneddatetime ([3e62414](https://github.com/open-feature/java-sdk/commit/3e6241422266825f267043e4acd116803c4939b0))
* use value for object resolver ([5d26247](https://github.com/open-feature/java-sdk/commit/5d262470e8ec47d2af35f0aabe55e8c969e992ac))

View File

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

View File

@ -1 +1 @@
0.1.1
0.2.0