Skip to content

Commit 5a01ed0

Browse files
chore(main): release 1.0.0 (#168)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c9ba9c9 commit 5a01ed0

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.3.1"}
1+
{".":"1.0.0"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/open-feature/java-sdk/compare/v0.3.1...v1.0.0) (2022-10-25)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 1.0.0 ([#163](https://github.com/open-feature/java-sdk/issues/163)) ([c9ba9c9](https://github.com/open-feature/java-sdk/commit/c9ba9c9275ad4417a206b148e830fa78d265adb6))
9+
310
## [0.3.1](https://github.com/open-feature/java-sdk/compare/v0.3.0...v0.3.1) (2022-10-13)
411

512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For complete documentation, visit: https://docs.openfeature.dev/docs/category/co
6868
<dependency>
6969
<groupId>dev.openfeature</groupId>
7070
<artifactId>sdk</artifactId>
71-
<version>0.3.1</version>
71+
<version>1.0.0</version>
7272
</dependency>
7373
```
7474
<!-- x-release-please-end-version -->
@@ -92,7 +92,7 @@ If you would like snapshot builds, this is the relevant repository information:
9292
<!-- x-release-please-start-version -->
9393
```groovy
9494
dependencies {
95-
implementation 'dev.openfeature:sdk:0.3.1'
95+
implementation 'dev.openfeature:sdk:1.0.0'
9696
}
9797
```
9898
<!-- x-release-please-end-version -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>dev.openfeature</groupId>
66
<artifactId>sdk</artifactId>
7-
<version>0.3.1</version> <!--x-release-please-version -->
7+
<version>1.0.0</version> <!--x-release-please-version -->
88

99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
1.0.0

0 commit comments

Comments
 (0)