Skip to content

Commit

Permalink
Release 0.2.0 (v1beta3 API support.)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-salty committed Feb 23, 2015
1 parent 6e15d34 commit 5a56592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fluent-plugin-google-cloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |gem|
gem.summary = %q{Fluentd plugin to stream logs to the Google Cloud Platform's logging API}
gem.homepage = 'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
gem.license = 'Apache 2.0'
gem.version = '0.1.3'
gem.version = '0.2.0'
gem.authors = ['Todd Derr', 'Alex Robinson']
gem.email = ['salty@google.com']

Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/plugin/out_google_cloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def fetch_metadata(metadata_path)
def init_api_client
@client = Google::APIClient.new(
:application_name => 'Fluentd Google Cloud Logging plugin',
:application_version => '0.1.3',
:application_version => '0.2.0',
:retries => 1)

if @auth_method == 'private_key'
Expand Down

0 comments on commit 5a56592

Please sign in to comment.