Skip to content

Commit

Permalink
Prepare version 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 28, 2024
1 parent eba9567 commit cc76c22
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit cc76c22

Please sign in to comment.