From f1c5b65baf5a01a6108e6d4e295d2936426c5110 Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Fri, 10 Feb 2012 17:32:58 +0300 Subject: [PATCH] Updated version and CHANGELOG with recent fixes. --- CHANGELOG.md | 6 ++++++ lib/google/api_client/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aac71075..4bcb850d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.4.1 + +* Fixed ancestor checking issue when assigning Autoparse identifiers +* Renamed discovery methods to avoid collisions with some APIs +* Updated autoparse dependency to avoid JSON bug + # 0.4.0 * Replaced httpadapter gem dependency with faraday diff --git a/lib/google/api_client/version.rb b/lib/google/api_client/version.rb index ea35936e0..38e2ec5d4 100644 --- a/lib/google/api_client/version.rb +++ b/lib/google/api_client/version.rb @@ -22,7 +22,7 @@ if !defined?(::Google::APIClient::VERSION) module VERSION MAJOR = 0 MINOR = 4 - TINY = 0 + TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end