Skip to content

Commit

Permalink
Bump version to v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx committed May 30, 2016
1 parent d63b1d3 commit 0bdcf16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion exercism/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 0bdcf16

Please sign in to comment.