diff --git a/CHANGELOG.md b/CHANGELOG.md index cebab6f0..56358d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.10.0 / 2015-06-10 +* [CHANGE] Change logging output format and flags. + ## 0.9.0 / 2015-05-26 * [BUGFIX] Fix `/proc/net/dev` parsing. diff --git a/Makefile b/Makefile index 96e257b0..ab6ebd76 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION := 0.9.0 +VERSION := 0.10.0 TARGET := node_exporter GOFLAGS := -ldflags "-X main.Version $(VERSION)"