Skip to content

Commit

Permalink
bump: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenqianz committed Nov 14, 2019
1 parent c9d93cc commit 86ad7cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
#Fer

<a name="v1.3.0"></a>
## [v1.3.0] - 2019-11-14
### Fixes
- takeout worker from service and fix folder copying ([#11](https://github.com/kumparan/fer/issues/11))
- change makefile with service name ([#10](https://github.com/kumparan/fer/issues/10))

### New Features
- fer check latest version ([#8](https://github.com/kumparan/fer/issues/8))


<a name="v1.2.1"></a>
## [v1.2.1] - 2019-10-25
### Fixes
Expand Down Expand Up @@ -32,7 +42,8 @@
- db migrationfile generator ([#3](https://github.com/kumparan/fer/issues/3))


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

0 comments on commit 86ad7cb

Please sign in to comment.