Skip to content

Commit

Permalink
chore(main): release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 2, 2023
1 parent 6fbf7ba commit 21d6d00
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.7.0"}
{".":"1.7.1"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.7.1](https://github.com/open-feature/java-sdk/compare/v1.7.0...v1.7.1) (2023-11-02)


### 🧹 Chore

* **deps:** update dependency org.cyclonedx:cyclonedx-maven-plugin to v2.7.10 ([#674](https://github.com/open-feature/java-sdk/issues/674)) ([fd283ba](https://github.com/open-feature/java-sdk/commit/fd283ba8ee926a68601f9ce82bdb8d484656e081))
* **deps:** update github/codeql-action digest to 4888104 ([#671](https://github.com/open-feature/java-sdk/issues/671)) ([f845d1c](https://github.com/open-feature/java-sdk/commit/f845d1ca5565fe59389aec52055be9342b50b760))
* **deps:** update github/codeql-action digest to a3795eb ([#673](https://github.com/open-feature/java-sdk/issues/673)) ([7f66afa](https://github.com/open-feature/java-sdk/commit/7f66afa8e67d19a5169a2d07e46d2117d810dbd2))
* **deps:** update github/codeql-action digest to c73d8a6 ([#676](https://github.com/open-feature/java-sdk/issues/676)) ([26b2382](https://github.com/open-feature/java-sdk/commit/26b2382231a81e792b3c61cc1b83208b8c882fd9))
* **deps:** update github/codeql-action digest to c7abe9c ([#672](https://github.com/open-feature/java-sdk/issues/672)) ([b8c3aa1](https://github.com/open-feature/java-sdk/commit/b8c3aa18f8b7fdcafed8cb855215e38439db7025))
* **deps:** update github/codeql-action digest to df32e39 ([#675](https://github.com/open-feature/java-sdk/issues/675)) ([a226736](https://github.com/open-feature/java-sdk/commit/a22673614fa3c1d97014bafbf1316622ed6b0990))
* **deps:** update github/codeql-action digest to edb8265 ([#669](https://github.com/open-feature/java-sdk/issues/669)) ([4133cfd](https://github.com/open-feature/java-sdk/commit/4133cfd6284b46ffe74de75405f12f467929109c))
* **deps:** update google-github-actions/release-please-action digest to c18751a ([#678](https://github.com/open-feature/java-sdk/issues/678)) ([6fbf7ba](https://github.com/open-feature/java-sdk/commit/6fbf7ba123c0654c81aff43deaf16ce85b8258f0))
* **deps:** update google-github-actions/release-please-action digest to c3f4481 ([#677](https://github.com/open-feature/java-sdk/issues/677)) ([dd7300a](https://github.com/open-feature/java-sdk/commit/dd7300a4eaf84d730e40cc73e61252ee4ee12d0b))
* update spec release link ([9bbf135](https://github.com/open-feature/java-sdk/commit/9bbf135e96fa2ca70778352d60dd21f1c92c5448))

## [1.7.0](https://github.com/open-feature/java-sdk/compare/v1.6.1...v1.7.0) (2023-10-24)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</a>
<!-- x-release-please-start-version -->

<a href="https://github.com/open-feature/java-sdk/releases/tag/v1.7.0">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.7.0&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/java-sdk/releases/tag/v1.7.1">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.7.1&color=blue&style=for-the-badge" />
</a>

<!-- x-release-please-end -->
Expand Down Expand Up @@ -59,7 +59,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.7.0</version>
<version>1.7.1</version>
</dependency>
```
<!-- x-release-please-end-version -->
Expand All @@ -84,7 +84,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.7.0'
implementation 'dev.openfeature:sdk:1.7.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.7.0</version> <!--x-release-please-version -->
<version>1.7.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.7.0
1.7.1

0 comments on commit 21d6d00

Please sign in to comment.