From 0bdcf16f1bba18a956a93f3101ff55bc6061b272 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Mon, 30 May 2016 10:26:28 -0600 Subject: [PATCH] Bump version to v2.2.6 --- CHANGELOG.md | 5 ++++- exercism/main.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef22cd8d5..1832f58d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The exercism CLI follows [semantic versioning](http://semver.org/). ---------------- ## Next Release +* **Your contribution here** + +## v2.2.6 (2016-05-30) + * [#306](https://github.com/exercism/cli/pull/306) Don't use Fatal to print usage - [@broady] * [#307](https://github.com/exercism/cli/pull/307) Pass API key when fetching individual exercises - [@kytrinyx] * [#312](https://github.com/exercism/cli/pull/312) Add missing newline on usage string - [@jppunnett] @@ -13,7 +17,6 @@ The exercism CLI follows [semantic versioning](http://semver.org/). * Update codegangsta/cli dependency - [@manusajith], [@lcowell] * [#320](https://github.com/exercism/cli/pull/320) Add missing newlines to usage strings - [@hjljo] * [#328](https://github.com/exercism/cli/pull/328) Append solution URL path consistently - [@Tonkpils] -* **Your contribution here** ## v2.2.5 (2016-04-02) diff --git a/exercism/main.go b/exercism/main.go index 30ad6d531..6fb019f8d 100644 --- a/exercism/main.go +++ b/exercism/main.go @@ -17,7 +17,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.2.5" + Version = "2.2.6" descConfigure = "Writes config values to a JSON file." descDebug = "Outputs useful debug information."