diff --git a/CHANGELOG.md b/CHANGELOG.md index da5702d3ad..95cef91334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ **Changed** + - Nothing yet! + +**Fixed** + + - Nothing yet! + + +## [2.11.0] - 2024-03-28 + +**New** + - The built-in `OptionalConverterFactory` is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.). **Fixed** @@ -664,7 +675,8 @@ Initial release. -[Unreleased]: https://github.com/square/retrofit/compare/2.10.0...HEAD +[Unreleased]: https://github.com/square/retrofit/compare/2.11.0...HEAD +[2.11.0]: https://github.com/square/retrofit/releases/tag/2.11.0 [2.10.0]: https://github.com/square/retrofit/releases/tag/2.10.0 [2.9.0]: https://github.com/square/retrofit/releases/tag/2.9.0 [2.8.2]: https://github.com/square/retrofit/releases/tag/2.8.2 diff --git a/README.md b/README.md index 614c1f9c61..e3c2ee10b6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ For more information please see [the website][1]. Download -------- -Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.10.0`. +Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.11.0`. Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. diff --git a/gradle.properties b/gradle.properties index 2522f85f73..e8884a219c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.squareup.retrofit2 -VERSION_NAME=2.11.0-SNAPSHOT +VERSION_NAME=2.11.0 POM_URL=https://github.com/square/retrofit POM_SCM_URL=https://github.com/square/retrofit/