Skip to content

Commit

Permalink
bump: changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenqianz committed Oct 8, 2019
1 parent 9a84302 commit fb5ac17
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
@@ -0,0 +1,11 @@
#Fer

<a name="v1.0.0"></a>
## v1.0.0 - 2019-10-08
### New Features
- created cli command to install required backend tools ([#2](https://github.com/kumparan/fer/issues/2))
- repository and model generator ([#4](https://github.com/kumparan/fer/issues/4))
- db migrationfile generator ([#3](https://github.com/kumparan/fer/issues/3))


[Unreleased]: https://github.com/kumparan/fer/compare/v1.0.0...HEAD
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 = "v0.0.1"
const Version = "v1.0.0"

0 comments on commit fb5ac17

Please sign in to comment.