Skip to content

Commit

Permalink
prepare 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudum committed Jul 10, 2018
1 parent 5c2f41a commit 027b97f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ CHANGES for Prometheus CrateDB Adapter
Unreleased
==========

2018-07-10 0.2.0
================

- Use Postgres wire protocol (pgx client library) to connect to CrateDB:

- This change requires CrateDB 3.1.0 or newer!
Expand Down
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
yaml "gopkg.in/yaml.v2"
)

const version = "0.2.0-dev"
const version = "0.2.0"

var (
listenAddress = flag.String("web.listen-address", ":9268", "Address to listen on for Prometheus requests.")
Expand Down

0 comments on commit 027b97f

Please sign in to comment.