From 404823d100d6e274f8f780be2490ddd8e79607d8 Mon Sep 17 00:00:00 2001 From: Igor Peshansky Date: Wed, 3 Aug 2016 10:21:39 -0400 Subject: [PATCH] Version 0.5 --- Makefile | 2 +- pkg/deb/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8cf7d53..e0c382c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ BASE_PACKAGE_NAME=google-fluentd PACKAGE_NAME=${BASE_PACKAGE_NAME}-catch-all-config -PACKAGE_VERSION=0.4 +PACKAGE_VERSION=0.5 BUILD_DIR=build diff --git a/pkg/deb/debian/changelog b/pkg/deb/debian/changelog index 81310fe..6be6126 100644 --- a/pkg/deb/debian/changelog +++ b/pkg/deb/debian/changelog @@ -1,3 +1,9 @@ +google-fluentd-catch-all-config (0.5) unstable; urgency=medium + + * Accept structured logs data over TCP by default. + + -- Google Cloud Logging Team Tue, 21 Jul 2015 18:21:44 -0400 + google-fluentd-catch-all-config (0.4) unstable; urgency=medium * Fix apache/httpd log paths on Red Hat based systems.