Skip to content

Commit

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

## [v0.6.0](https://github.com/aktsk/bqnotify/compare/v0.5.0...v0.6.0) (2020-06-30)

* Adopt new Slack API [#23](https://github.com/aktsk/bqnotify/pull/23) ([mizzy](https://github.com/mizzy))

## [v0.5.0](https://github.com/aktsk/bqnotify/compare/v0.4.0...v0.5.0) (2020-06-30)

* Use BQNOTIFY_PROJECT environment variable instead of the one defined in config.yaml [#22](https://github.com/aktsk/bqnotify/pull/22) ([mizzy](https://github.com/mizzy))
Expand Down
3 changes: 0 additions & 3 deletions example/cloud-functions/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# If project is not defined, bqnotify uses the value of BQNOTIFY_PROJECT
# or GCP_PROJECT environment variable
project: mizzy-270104
queries:
- sql: |-
SELECT
Expand Down
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.5.0"
var version = "0.6.0"

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

0 comments on commit d811f72

Please sign in to comment.