diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c4dcc..0fe581e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.14.12] - 2023-02-08 + +### Changed + +- Update dependencies + ## [0.14.11] - 2023-07-05 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 0d213b5..310459d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mirror" -version = "0.14.11" +version = "0.14.12" authors = ["Pascal Bach "] description = "Sync between different git repositories." license = "MIT"