diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff77e69..1fdd6e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ ## [0.4.1](https://github.com/carbynestack/cli/compare/cli-v0.4.0...cli-v0.4.1) (2023-08-04) +### Bug Fixes + +* attach cli artifact to release ([#38](https://github.com/carbynestack/cli/issues/38)) ([50aa988](https://github.com/carbynestack/cli/commit/50aa9880c30b724cad17470aa28e24be776adf5c)) +* fix release-action pattern resolve issue ([#40](https://github.com/carbynestack/cli/issues/40)) ([c66ffd9](https://github.com/carbynestack/cli/commit/c66ffd945ea70b57e264764a68336561dca82877)) + +## [0.4.1](https://github.com/carbynestack/cli/compare/cli-v0.4.0...cli-v0.4.1) (2023-08-04) + + ### Bug Fixes * attach cli artifact to release ([#38](https://github.com/carbynestack/cli/issues/38)) ([50aa988](https://github.com/carbynestack/cli/commit/50aa9880c30b724cad17470aa28e24be776adf5c)) diff --git a/pom.xml b/pom.xml index 1db1f23..bbc6c09 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 cli io.carbynestack - 0.4.0 + 0.4.1 Carbyne Stack Command Line Interface Carbyne Stack Command Line Interface for interacting with backend services.