Skip to content

Commit 51a38c6

Browse files
chore(main): release 1.0.1 (#174)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 519f92e commit 51a38c6

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.0.0"}
1+
{".":"1.0.1"}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/open-feature/java-sdk/compare/v1.0.0...v1.0.1) (2022-11-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Spot bug scope change ([#173](https://github.com/open-feature/java-sdk/issues/173)) ([113b5e5](https://github.com/open-feature/java-sdk/commit/113b5e5f2ed8b72e5c23dedbf8d13d0fd4d4f878))
9+
* **deps:** update dependency io.cucumber:cucumber-bom to v7.9.0 ([#172](https://github.com/open-feature/java-sdk/issues/172)) ([fcc8972](https://github.com/open-feature/java-sdk/commit/fcc8972022dd78fcdf5311373a8b8ad238368baa))
10+
311
## [1.0.0](https://github.com/open-feature/java-sdk/compare/v0.3.1...v1.0.0) (2022-10-25)
412

513

README.md

+2-2
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>1.0.0</version>
71+
<version>1.0.1</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:1.0.0'
95+
implementation 'dev.openfeature:sdk:1.0.1'
9696
}
9797
```
9898
<!-- x-release-please-end-version -->

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

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

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)