Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspeitz committed Feb 4, 2019
1 parent 6c71b0a commit 42bfa5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.12.0-alpha
# 0.12.0 / 0.12.0-alpha
* **BREAKING** Add the exact timestamps from CloudWatch to the exporter Prometheus metrics (LeePorte)
* Add a new option `disableTimestamp` to not include a timestamp for a specific metric (it can be useful for sparse metrics, e.g. from S3) (LeePorte)
* Add support for kinesis (AndrewChubatiuk)
Expand Down
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/prometheus/client_golang/prometheus/promhttp"
)

const yaceVersion = "0.12.0-alpha"
const yaceVersion = "0.12.0"

var (
addr = flag.String("listen-address", ":5000", "The address to listen on.")
Expand Down

0 comments on commit 42bfa5d

Please sign in to comment.