diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ebe2d81..efe1220 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.3" + ".": "2.3.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b33c437..e49187b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.3.4](https://github.com/ymirapp/cli/compare/v2.3.3...v2.3.4) (2026-08-16) + + +### Bug Fixes + +* Pass docker registry password through stdin ([83c1365](https://github.com/ymirapp/cli/commit/83c13656d038f75ada53010027436455720447b1)) +* Skip integration prompt when already configured ([3e50690](https://github.com/ymirapp/cli/commit/3e506907317c78bcc1fd231b6637685f0f90a94a)) + ## [2.3.3](https://github.com/ymirapp/cli/compare/v2.3.2...v2.3.3) (2026-07-18)