From 0ae177fefbbe56987392482e7b310139e20147e8 Mon Sep 17 00:00:00 2001 From: jwilson Date: Thu, 11 Feb 2016 23:17:00 -0500 Subject: [PATCH] Update docs for Gson 2.6.1. --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- UserGuide.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 639fdca3..7c1dd9ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Change Log ========== +## Version 2.6.1 + +_2016-02-11_ + + * Fix: The 2.6 release targeted Java 1.7, but we intend to target Java 1.6. The + 2.6.1 release is identical to 2.6, but it targets Java 1.6. + + ## Version 2.6 _2016-02-11_ diff --git a/README.md b/README.md index 23d00c01..82403b60 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ There are a few open-source projects that can convert Java objects to JSON. Howe * Support arbitrarily complex objects (with deep inheritance hierarchies and extensive use of generic types) *Gson Downloads* - * [Gson 2.5 Download](http://search.maven.org/#artifactdetails%7Ccom.google.code.gson%7Cgson%7C2.5%7Cjar) downloads at Maven Central + * [Gson 2.6.1 Download](http://search.maven.org/#artifactdetails%7Ccom.google.code.gson%7Cgson%7C2.6.1%7Cjar) downloads at Maven Central *Gson Documentation* * Gson [API](http://google.github.io/gson/apidocs/): Javadocs for the current Gson release diff --git a/UserGuide.md b/UserGuide.md index 4ad8235e..0a39b6c9 100644 --- a/UserGuide.md +++ b/UserGuide.md @@ -79,7 +79,7 @@ To use Gson with Maven2/3, you can use the Gson version available in Maven Centr com.google.code.gson gson - 2.5 + 2.6.1 compile