diff --git a/CHANGELOG.md b/CHANGELOG.md index 780b5d2df..998cc7f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,14 @@ The exercism CLI follows [semantic versioning](http://semver.org/). ## Next Release +* **Your contribution here** + +## v2.0.1 (2015-25-05) + * [#167](https://github.com/exercism/cli/pull/167): Fixes misspelling of exercism list command - [@queuebit](https://github.com/queuebit) * Tweak output from `fetch` so that languages are scannable. * [#35](https://github.com/exercism/cli/issues/35): Add support for submitting multiple-file solutions * [#171](https://github.com/exercism/cli/pull/171): Implement `skip` command to bypass individual exercises - [@Tonkpils](https://github.com/Tonkpils) -* **Your contribution here** ## v2.0.0 (2015-03-05) diff --git a/exercism/main.go b/exercism/main.go index e6cd3169e..8246d22a1 100644 --- a/exercism/main.go +++ b/exercism/main.go @@ -16,7 +16,7 @@ const ( // We try to follow Semantic Versioning (http://semver.org), // but with the http://exercism.io app being a prototype, a // lot of things get out of hand. - Version = "2.0.0" + Version = "2.0.1" descDebug = "Outputs useful debug information." descConfigure = "Writes config values to a JSON file."