Skip to content

Commit

Permalink
Added 'v' prefix to versions in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Sep 23, 2017
1 parent 7f82357 commit 3f9b263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ adheres to [Semantic Versioning][semver].

## [Unreleased][unreleased]

## [0.10.0][v0.10.0] - 2017-09-22
## [v0.10.0][v0.10.0] - 2017-09-22
## Changed
- Changed token file format from `shelve` to JSON. Because of that the file
will need to be regenerated. (#3)
- Updated `six` library to version 1.11.0.

## [0.9.1][v0.9.1] - 2017-09-21
## [v0.9.1][v0.9.1] - 2017-09-21
### Deprecated
- Added deprecation warning about changing token file format from `shelve`
to JSON in next release. Because of that the file will need to be
regenerated. (#4)

## [0.9.0][v0.9.0] - 2017-09-17
## [v0.9.0][v0.9.0] - 2017-09-17
### Added
- Started keeping a changelog.

Expand Down

0 comments on commit 3f9b263

Please sign in to comment.