Skip to content

Commit

Permalink
chore(main): release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 17, 2023
1 parent e9044af commit 3b0483d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.4.0"}
{".":"1.4.1"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.4.1](https://github.com/open-feature/java-sdk/compare/v1.4.0...v1.4.1) (2023-07-17)


### 🐛 Bug Fixes

* 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))


### 🧹 Chore

* **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))
* **deps:** update github/codeql-action digest to 262017a ([#514](https://github.com/open-feature/java-sdk/issues/514)) ([e9044af](https://github.com/open-feature/java-sdk/commit/e9044af48e520c1165cb6cdec6f683aac4b8d37e))
* **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))

## [1.4.0](https://github.com/open-feature/java-sdk/compare/v1.3.1...v1.4.0) (2023-07-13)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Note that this library is intended to be used in server-side contexts and has no
<dependency>
<groupId>dev.openfeature</groupId>
<artifactId>sdk</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```
<!-- x-release-please-end-version -->
Expand All @@ -67,7 +67,7 @@ If you would like snapshot builds, this is the relevant repository information:
<!-- x-release-please-start-version -->
```groovy
dependencies {
implementation 'dev.openfeature:sdk:1.4.0'
implementation 'dev.openfeature:sdk:1.4.1'
}
```
<!-- x-release-please-end-version -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.openfeature</groupId>
<artifactId>sdk</artifactId>
<version>1.4.0</version> <!--x-release-please-version -->
<version>1.4.1</version> <!--x-release-please-version -->

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

0 comments on commit 3b0483d

Please sign in to comment.