aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--Makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cebab6f..56358d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
1## 0.10.0 / 2015-06-10
2* [CHANGE] Change logging output format and flags.
3
1## 0.9.0 / 2015-05-26 4## 0.9.0 / 2015-05-26
2 5
3* [BUGFIX] Fix `/proc/net/dev` parsing. 6* [BUGFIX] Fix `/proc/net/dev` parsing.
diff --git a/Makefile b/Makefile
index 96e257b..ab6ebd7 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
11# See the License for the specific language governing permissions and 11# See the License for the specific language governing permissions and
12# limitations under the License. 12# limitations under the License.
13 13
14VERSION := 0.9.0 14VERSION := 0.10.0
15TARGET := node_exporter 15TARGET := node_exporter
16GOFLAGS := -ldflags "-X main.Version $(VERSION)" 16GOFLAGS := -ldflags "-X main.Version $(VERSION)"
17 17