Skip to content

Commit

Permalink
bump: changelog n version
Browse files Browse the repository at this point in the history
  • Loading branch information
fajrifernanda committed Apr 14, 2020
1 parent 8b8f7b1 commit b21693d
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.5.2"></a>
## [v1.5.2] - 2020-04-14
### Fixes
- fixing self update


<a name="v1.5.1"></a>
## [v1.5.1] - 2020-04-14
### Fixes
Expand Down Expand Up @@ -66,7 +72,8 @@
- db migrationfile generator ([#3](https://github.com/kumparan/fer/issues/3))


[Unreleased]: https://github.com/kumparan/fer/compare/v1.5.1...HEAD
[Unreleased]: https://github.com/kumparan/fer/compare/v1.5.2...HEAD
[v1.5.2]: https://github.com/kumparan/fer/compare/v1.5.1...v1.5.2
[v1.5.1]: https://github.com/kumparan/fer/compare/v1.5.0...v1.5.1
[v1.5.0]: https://github.com/kumparan/fer/compare/v1.4.1...v1.5.0
[v1.4.1]: https://github.com/kumparan/fer/compare/v1.4.0...v1.4.1
Expand Down
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.5.1"
const Version = "v1.5.2"

0 comments on commit b21693d

Please sign in to comment.