diff --git a/CHANGELOG b/CHANGELOG.md similarity index 97% rename from CHANGELOG rename to CHANGELOG.md index 3efcab65a1a8fa5dc67e9b1b11878c0158c8fd66..1e21c2f04e462729716023eb293764f74c48bf0a 100644 --- a/CHANGELOG +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## gitlab-mirrors v0.2.7 + +* Renamed CHANGELOG to CHANGELOG.md + +--- ## gitlab-mirrors v0.2.6 * *New Feature* command `ls-mirrors.sh`! @@ -8,7 +13,7 @@ * Required an upstream merge request to the `python-gitlab` library. * Fixed bug added `merge_requests_enabled` to `config.sh.SAMPLE`. --- +--- ## gitlab-mirrors v0.2.5 * Fixed a critical bug with pagination where API user can't view more projects than `20`. diff --git a/lib/VERSION b/lib/VERSION index e852438fe1721392f041a2b73de1657491bf04f6..a5434f7d673627078016b5c47e889d09cd7ec76c 100644 --- a/lib/VERSION +++ b/lib/VERSION @@ -1 +1 @@ -VERSION="v0.2.6" +VERSION="v0.2.7"