Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Jun 29, 2020
1 parent 0da828e commit 23fe3e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.3.0](https://github.com/aktsk/bqnotify/compare/v0.2.0...v0.3.0) (2020-06-29)

* Enable to pass where config yaml file is [#19](https://github.com/aktsk/bqnotify/pull/19) ([mizzy](https://github.com/mizzy))

## [v0.2.0](https://github.com/aktsk/bqnotify/compare/2e09e3089314...v0.2.0) (2020-04-15)

* Handle multiple queries [#17](https://github.com/aktsk/bqnotify/pull/17) ([mizzy](https://github.com/mizzy))
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/aktsk/bqnotify/lib/runner"
)

var version = "0.2.0"
var version = "0.3.0"

func main() {
err := runner.Run("config.yaml")
Expand Down

0 comments on commit 23fe3e0

Please sign in to comment.