Skip to content

Commit

Permalink
bump: version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenqianz committed Oct 10, 2019
1 parent 31d93cb commit b53e8fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#Fer

<a name="v1.0.1"></a>
## [v1.0.1] - 2019-10-10
### New Features
- add test repository generator ([#5](https://github.com/kumparan/fer/issues/5))


<a name="v1.0.0"></a>
## v1.0.0 - 2019-10-08
### New Features
Expand All @@ -8,4 +14,5 @@
- db migrationfile generator ([#3](https://github.com/kumparan/fer/issues/3))


[Unreleased]: https://github.com/kumparan/fer/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/kumparan/fer/compare/v1.0.1...HEAD
[v1.0.1]: https://github.com/kumparan/fer/compare/v1.0.0...v1.0.1
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package config

// Version define version of fer
const Version = "v1.0.0"
const Version = "v1.0.1"

0 comments on commit b53e8fa

Please sign in to comment.