Skip to content

chore(main): release 1.0.0 #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.3.1"}
{".":"1.0.0"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0](https://github.com/open-feature/java-sdk/compare/v0.3.1...v1.0.0) (2022-10-25)


### Miscellaneous Chores

* release 1.0.0 ([#163](https://github.com/open-feature/java-sdk/issues/163)) ([c9ba9c9](https://github.com/open-feature/java-sdk/commit/c9ba9c9275ad4417a206b148e830fa78d265adb6))

## [0.3.1](https://github.com/open-feature/java-sdk/compare/v0.3.0...v0.3.1) (2022-10-13)


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ For complete documentation, visit: https://docs.openfeature.dev/docs/category/co
<dependency>
<groupId>dev.openfeature</groupId>
<artifactId>sdk</artifactId>
<version>0.3.1</version>
<version>1.0.0</version>
</dependency>
```
<!-- x-release-please-end-version -->
@@ -92,7 +92,7 @@ If you would like snapshot builds, this is the relevant repository information:
<!-- x-release-please-start-version -->
```groovy
dependencies {
implementation 'dev.openfeature:sdk:0.3.1'
implementation 'dev.openfeature:sdk:1.0.0'
}
```
<!-- x-release-please-end-version -->
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

<groupId>dev.openfeature</groupId>
<artifactId>sdk</artifactId>
<version>0.3.1</version> <!--x-release-please-version -->
<version>1.0.0</version> <!--x-release-please-version -->

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
1.0.0