Skip to content

Commit

Permalink
Bump version to v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Owen committed Jul 27, 2018
1 parent 2574fa1 commit 0f1402a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
## Next Release
* **Your contribution here**

## v3.0.6 (2018-07-17)
* [#652](https://github.com/exercism/cli/pull/652) Add support for teams feature - [@kytrinyx]
* [#683](https://github.com/exercism/cli/pull/683) Fix typo in welcome message - [@glebedel]
* [#675](https://github.com/exercism/cli/pull/675) Improve output of troubleshoot command when CLI is unconfigured - [@kytrinyx]
* [#679](https://github.com/exercism/cli/pull/679) Improve error message for failed /ping on configure - [@kytrinyx]
* [#669](https://github.com/exercism/cli/pull/669) Add debug as alias for troubleshoot - [@kytrinyx]
* [#647](https://github.com/exercism/cli/pull/647) Ensure welcome message has full link to settings page - [@kytrinyx]
* [#667](https://github.com/exercism/cli/pull/667) Improve bash completion script - [@cookrn]

## v3.0.5 (2018-07-17)
* [#646](https://github.com/exercism/cli/pull/646) Fix issue with upgrading on Windows - [@nywilken]

Expand Down Expand Up @@ -378,6 +387,7 @@ All changes by [@msgehard]
[@blackerby]: https://github.com/blackerby
[@broady]: https://github.com/broady
[@ccnp123]: https://github.com/ccnp123
[@cookrn]: https://github.com/cookrn
[@daveyarwood]: https://github.com/daveyarwood
[@devonestes]: https://github.com/devonestes
[@djquan]: https://github.com/djquan
Expand All @@ -387,6 +397,7 @@ All changes by [@msgehard]
[@ebautistabar]: https://github.com/ebautistabar
[@elimisteve]: https://github.com/elimisteve
[@ests]: https://github.com/ests
[@glebedel]: https://github.com/glebedel
[@harimp]: https://github.com/harimp
[@hjljo]: https://github.com/hjljo
[@isbadawi]: https://github.com/isbadawi
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// Version is the version of the current build.
// It follows semantic versioning.
const Version = "3.0.5"
const Version = "3.0.6"

// checkLatest flag for version command.
var checkLatest bool
Expand Down

0 comments on commit 0f1402a

Please sign in to comment.