Update docs for 1.4.1 release
diff --git a/docs/dyn/books_v1.volumes.recommended.html b/docs/dyn/books_v1.volumes.recommended.html
index fc35422..30496d3 100644
--- a/docs/dyn/books_v1.volumes.recommended.html
+++ b/docs/dyn/books_v1.volumes.recommended.html
@@ -75,19 +75,23 @@
 <h1><a href="books_v1.html">Books API</a> . <a href="books_v1.volumes.html">volumes</a> . <a href="books_v1.volumes.recommended.html">recommended</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#list">list(source=None, locale=None)</a></code></p>
+  <code><a href="#list">list(source=None, locale=None, maxAllowedMaturityRating=None)</a></code></p>
 <p class="firstline">Return a list of recommended books for the current user.</p>
 <p class="toc_element">
   <code><a href="#rate">rate(rating, volumeId, source=None, locale=None)</a></code></p>
 <p class="firstline">Rate a recommended book for the current user.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="list">list(source=None, locale=None)</code>
+    <code class="details" id="list">list(source=None, locale=None, maxAllowedMaturityRating=None)</code>
   <pre>Return a list of recommended books for the current user.
 
 Args:
   source: string, String to identify the originator of this request.
   locale: string, ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating recommendations.
+  maxAllowedMaturityRating: string, The maximum allowed maturity rating of returned recommendations. Books with a higher maturity rating are filtered out.
+    Allowed values
+      mature - Show books which are rated mature or lower.
+      not-mature - Show books which are rated not mature.
 
 Returns:
   An object of the form:
@@ -208,9 +212,11 @@
           "publisher": "A String", # Publisher of this volume. (In LITE projection.)
           "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.
           "readingModes": "", # The reading modes available for this volume.
+          "allowAnonLogging": True or False, # Whether anonymous logging should be allowed.
           "title": "A String", # Volume title. (In LITE projection.)
           "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
           "samplePageCount": 42, # Total number of sample pages as per publisher metadata.
+          "maturityRating": "A String",
           "printedPageCount": 42, # Total number of printed pages in generated pdf representation.
           "averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
           "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)