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
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