Skip to content

Commit a07fb1b

Browse files
author
Katrina Owen
committed
Bump version to v3.0.7
1 parent 78cbd41 commit a07fb1b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
77
## Next Release
88
* **Your contribution here**
99

10+
## v3.0.7 (2018-08-21)
11+
* [#705](https://github.com/exercism/cli/pull/705) Fix confusion about path and filepath - [@kytrinyx]
12+
* [#650](https://github.com/exercism/cli/pull/650) Fix encoding problem in filenames - [@williandrade]
13+
1014
## v3.0.6 (2018-07-17)
1115
* [#652](https://github.com/exercism/cli/pull/652) Add support for teams feature - [@kytrinyx]
1216
* [#683](https://github.com/exercism/cli/pull/683) Fix typo in welcome message - [@glebedel]
@@ -421,4 +425,5 @@ All changes by [@msgehard]
421425
[@rprouse]: https://github.com/rprouse
422426
[@simonjefford]: https://github.com/simonjefford
423427
[@srt32]: https://github.com/srt32
428+
[@williandrade]: https://github.com/williandrade
424429
[@zabawaba99]: https://github.com/zabawaba99

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
// Version is the version of the current build.
1111
// It follows semantic versioning.
12-
const Version = "3.0.6"
12+
const Version = "3.0.7"
1313

1414
// checkLatest flag for version command.
1515
var checkLatest bool

0 commit comments

Comments
 (0)