Skip to content

Commit

Permalink
chore: release java-http-client 0.1.2 (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion authored Jul 27, 2023
1 parent eff58e8 commit f8b5760
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.1"
".": "0.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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)


### Bug Fixes

* testing release-please ([#21](https://github.com/carbynestack/java-http-client/issues/21)) ([eff58e8](https://github.com/carbynestack/java-http-client/commit/eff58e827f9f18d4f8f4e73987cc348d51c338c9))

## [0.1.1](https://github.com/carbynestack/java-http-client/compare/java-http-client-v0.1.0...java-http-client-v0.1.1) (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.1</version>
<version>0.1.2</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 f8b5760

Please sign in to comment.