Skip to content

Commit

Permalink
bump changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
fajrifernanda committed Oct 25, 2019
1 parent 17fa118 commit 4b393a5
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.2.1"></a>
## [v1.2.1] - 2019-10-25
### Fixes
- fix fer deploy ([#9](https://github.com/kumparan/fer/issues/9))


<a name="v1.2.0"></a>
## [v1.2.0] - 2019-10-22
### New Features
Expand All @@ -26,7 +32,8 @@
- db migrationfile generator ([#3](https://github.com/kumparan/fer/issues/3))


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

0 comments on commit 4b393a5

Please sign in to comment.