Skip to content

Commit

Permalink
bump: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fahmi.irfan committed Oct 12, 2020
1 parent fb09810 commit 2286600
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
#Fer

<a name="v1.8.1"></a>
## [v1.8.1] - 2020-10-12
### Other Improvements
- fix typo in deployment message


<a name="v1.8.0"></a>
## [v1.8.0] - 2020-09-04
## [v1.8.0] - 2020-09-09
### New Features
- update gocek checker result path


<a name="v1.7.2"></a>
## [v1.7.2] - 2020-08-04
### Fixes
- wrong version
- version fix ([#22](https://github.com/kumparan/fer/issues/22))


<a name="v1.7.1"></a>
Expand Down Expand Up @@ -123,7 +129,8 @@
- db migrationfile generator ([#3](https://github.com/kumparan/fer/issues/3))


[Unreleased]: https://github.com/kumparan/fer/compare/v1.8.0...HEAD
[Unreleased]: https://github.com/kumparan/fer/compare/v1.8.1...HEAD
[v1.8.1]: https://github.com/kumparan/fer/compare/v1.8.0...v1.8.1
[v1.8.0]: https://github.com/kumparan/fer/compare/v1.7.2...v1.8.0
[v1.7.2]: https://github.com/kumparan/fer/compare/v1.7.1...v1.7.2
[v1.7.1]: https://github.com/kumparan/fer/compare/v1.7.0...v1.7.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.8.0"
const Version = "v1.8.1"

0 comments on commit 2286600

Please sign in to comment.