diff --git a/CHANGELOG.md b/CHANGELOG.md index 209b1d8..53b64f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.7.0](https://github.com/aktsk/bqnotify/compare/v0.6.0...v0.7.0) (2020-07-06) + +* Fix how to initialize rows variable [#24](https://github.com/aktsk/bqnotify/pull/24) ([mizzy](https://github.com/mizzy)) + ## [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)) diff --git a/main.go b/main.go index b4ca2d5..a8f560d 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,7 @@ import ( "github.com/aktsk/bqnotify/lib/runner" ) -var version = "0.6.0" +var version = "0.7.0" func main() { err := runner.Run("config.yaml")