Skip to content

Commit 28382c6

Browse files
chore(main): release 1.4.1
1 parent 6253aee commit 28382c6

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.4.0"}
1+
{".":"1.4.1"}

CHANGELOG.md

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

3+
## [1.4.1](https://github.com/open-feature/java-sdk/compare/v1.4.0...v1.4.1) (2023-07-17)
4+
5+
6+
### 🧹 Chore
7+
8+
* **deps:** update github/codeql-action digest to 013a1d0 ([#510](https://github.com/open-feature/java-sdk/issues/510)) ([bbb4008](https://github.com/open-feature/java-sdk/commit/bbb4008b381cd01719c880aa358eb055e0ac0cd4))
9+
* **deps:** update github/codeql-action digest to a148c58 ([#508](https://github.com/open-feature/java-sdk/issues/508)) ([4e1675d](https://github.com/open-feature/java-sdk/commit/4e1675d9c321c8a980b9a2021b52419683c3730f))
10+
11+
12+
### 🐛 Bug Fixes
13+
14+
* Implement equals for the ImmutableMetadata object ([#512](https://github.com/open-feature/java-sdk/issues/512)) ([6253aee](https://github.com/open-feature/java-sdk/commit/6253aee3b3ae58309e328dcc1816dbbdba86f35f))
15+
316
## [1.4.0](https://github.com/open-feature/java-sdk/compare/v1.3.1...v1.4.0) (2023-07-13)
417

518

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Note that this library is intended to be used in server-side contexts and has no
4343
<dependency>
4444
<groupId>dev.openfeature</groupId>
4545
<artifactId>sdk</artifactId>
46-
<version>1.4.0</version>
46+
<version>1.4.1</version>
4747
</dependency>
4848
```
4949
<!-- x-release-please-end-version -->
@@ -67,7 +67,7 @@ If you would like snapshot builds, this is the relevant repository information:
6767
<!-- x-release-please-start-version -->
6868
```groovy
6969
dependencies {
70-
implementation 'dev.openfeature:sdk:1.4.0'
70+
implementation 'dev.openfeature:sdk:1.4.1'
7171
}
7272
```
7373
<!-- 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.4.0</version> <!--x-release-please-version -->
7+
<version>1.4.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.4.0
1+
1.4.1

0 commit comments

Comments
 (0)