Updated version and CHANGELOG with recent fixes.
authorBob Aman <bobaman@google.com>
Fri, 10 Feb 2012 14:32:58 +0000 (17:32 +0300)
committerBob Aman <bobaman@google.com>
Fri, 10 Feb 2012 14:32:58 +0000 (17:32 +0300)
CHANGELOG.md
lib/google/api_client/version.rb

index 6aac7107580317a5174efef7f0201459fddf5174..4bcb850d282f619a7cd5902074c5db1e229892b0 100644 (file)
@@ -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
index ea35936e07af1f55176306c1d0c3f55d13354a84..38e2ec5d4bacbed19c78f2bbe46a02143d9caab5 100644 (file)
@@ -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