Skip to content

Commit

Permalink
Merge 37bcfa7 into 5084e6d
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavPage committed Mar 25, 2019
2 parents 5084e6d + 37bcfa7 commit 961fb12
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## v0.9
+ Support applying parameters for complete trigger spec #230
+ Increased test coverage #220
+ Gateway and Sensor pods are managed by the framework in the event of deletion #194
+ Add URL to webhook like gateways #216
+ Improved file gateway with path regex support #213
+ TLS support for webhook #206
+ Bug fix for Github gateway #243

## v0.8
+ Support for arbitrary boolean logic to resolve event dependencies #12
+ Ability to add timezone and extra user payload to calendar gateway #164
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.8.3
0.9
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -24,7 +24,7 @@ import (
// Version information set by link flags during build. We fall back to these sane
// default values when we build outside the Makefile context (e.g. go build or go test).
var (
version = "v0.7" // value from VERSION file
version = "v0.9" // value from VERSION file
buildDate = "1970-01-01T00:00:00Z" // output from `date -u +'%Y-%m-%dT%H:%M:%SZ'`
gitCommit = "" // output from `git rev-parse HEAD`
gitTag = "" // output from `git describe --exact-match --tags HEAD` (if clean tree state)
Expand Down

0 comments on commit 961fb12

Please sign in to comment.