Skip to content

Commit

Permalink
chore: release java-http-client 0.2.0 (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion authored Oct 8, 2024
1 parent e9e5bca commit 7b6e679
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.2"
".": "0.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/carbynestack/java-http-client/compare/java-http-client-v0.1.2...java-http-client-v0.2.0) (2024-10-08)


### Features

* use certificates for trust management ([#26](https://github.com/carbynestack/java-http-client/issues/26)) ([e9e5bca](https://github.com/carbynestack/java-http-client/commit/e9e5bcaf13aea191c028ef5585c6bddb1a56248f))

## [0.1.2](https://github.com/carbynestack/java-http-client/compare/java-http-client-v0.1.1...java-http-client-v0.1.2) (2023-07-27)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>java-http-client</artifactId>
<groupId>io.carbynestack</groupId>
<version>0.1.2</version>
<version>0.2.0</version>
<name>Carbyne Stack Java HTTP Client</name>
<description>Basic Java client used by Carbyne Stack service client implementations.</description>
<licenses>
Expand Down

0 comments on commit 7b6e679

Please sign in to comment.