diff --git a/CHANGELOG.md b/CHANGELOG.md index a741b18..3dbe6dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.4](https://github.com/thoroc/git-mirror/compare/v0.4.3...v0.4.4) (2026-02-06) + + +### Bug Fixes + +* use release_created (singular) output for release-please v4 ([#15](https://github.com/thoroc/git-mirror/issues/15)) ([8b182f4](https://github.com/thoroc/git-mirror/commit/8b182f4f5ee9cfefb0bf8a17de1eeb913847525f)) + ## [0.4.3](https://github.com/thoroc/git-mirror/compare/v0.4.2...v0.4.3) (2026-02-06) diff --git a/Cargo.lock b/Cargo.lock index 9033ff8..682a605 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "git-mirror" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f32937d..dfa39ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mirror" -version = "0.4.3" +version = "0.4.4" edition = "2021" [dependencies]