diff --git a/CHANGELOG.md b/CHANGELOG.md index cb00dc2..44b6623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,19 @@ # changelog -2020-08-04 - v0.0.0.22 +2021-03-22 - v0.0.28 + +- Adds MVP support for Github enterprise (testing pending). [#74](https://github.com/Clever/microplane/pull/74) +- Choose Github vs Gitlab by passing `--provider` flag to `mp init`. [#73](https://github.com/Clever/microplane/pull/73) + +2020-08-04 - v0.0.22 - Fixes --body-file flag usage [#60](https://github.com/Clever/microplane/pull/60) -2019-01-13 - v0.0.0.21 +2019-01-13 - v0.0.21 - Adding an --all-repos flag to init all repos under a specific org -2019-01-10 - v0.0.0.20 +2019-01-10 - v0.0.20 - Adding a --repo-search flag to init using github repo search diff --git a/VERSION b/VERSION index 24ff855..1fe6958 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.27 +0.0.28