aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Volz <julius@soundcloud.com>2015-03-09 19:15:12 +0100
committerJulius Volz <julius@soundcloud.com>2015-03-09 19:16:10 +0100
commitb3e5a8e04641a3f4eb9aa72d15afd71959994edd (patch)
tree5e68d0f0c07c7420fd0b14a30ce4ef29a3d64113
parentcdf83741c28e5491ce643bebdae25ecc73cba1d7 (diff)
downloadprometheus_node_collector-b3e5a8e04641a3f4eb9aa72d15afd71959994edd.tar.bz2
prometheus_node_collector-b3e5a8e04641a3f4eb9aa72d15afd71959994edd.tar.xz
prometheus_node_collector-b3e5a8e04641a3f4eb9aa72d15afd71959994edd.zip
Release version 0.8.0 and introduce changelog.0.8.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--Makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..4211096
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,3 @@
1## 0.8.0 / 2015-03-09
2* [CLEANUP] Introduced semantic versioning and changelog. From now on,
3 changes will be reported in this file.
diff --git a/Makefile b/Makefile
index 62ee8a6..ad0d9c8 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.7.1 14VERSION := 0.8.0
15TARGET := node_exporter 15TARGET := node_exporter
16 16
17include Makefile.COMMON 17include Makefile.COMMON