diff --git a/CHANGELOG.md b/CHANGELOG.md index 57569a3..242f7fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.14.7] - 2022-12-12 + +### Added + +- Add `--lfs` command line flag. To include LFS artifacts. + +### Changed + +- Update dependencies + ## [0.14.6] - 2022-07-08 ### Added diff --git a/Cargo.toml b/Cargo.toml index eed8cf5..a3263c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mirror" -version = "0.14.6" +version = "0.14.7" authors = ["Pascal Bach "] description = "Sync between different git repositories." license = "MIT"