Skip to content

Commit cc76c22

Browse files
committed
Prepare version 2.11.0
1 parent eba9567 commit cc76c22

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88

99
**Changed**
1010

11+
- Nothing yet!
12+
13+
**Fixed**
14+
15+
- Nothing yet!
16+
17+
18+
## [2.11.0] - 2024-03-28
19+
20+
**New**
21+
1122
- The built-in `OptionalConverterFactory` is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.).
1223

1324
**Fixed**
@@ -664,7 +675,8 @@ Initial release.
664675

665676

666677

667-
[Unreleased]: https://github.com/square/retrofit/compare/2.10.0...HEAD
678+
[Unreleased]: https://github.com/square/retrofit/compare/2.11.0...HEAD
679+
[2.11.0]: https://github.com/square/retrofit/releases/tag/2.11.0
668680
[2.10.0]: https://github.com/square/retrofit/releases/tag/2.10.0
669681
[2.9.0]: https://github.com/square/retrofit/releases/tag/2.9.0
670682
[2.8.2]: https://github.com/square/retrofit/releases/tag/2.8.2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For more information please see [the website][1].
99
Download
1010
--------
1111

12-
Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.10.0`.
12+
Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.11.0`.
1313

1414
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
1515

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.squareup.retrofit2
2-
VERSION_NAME=2.11.0-SNAPSHOT
2+
VERSION_NAME=2.11.0
33

44
POM_URL=https://github.com/square/retrofit
55
POM_SCM_URL=https://github.com/square/retrofit/

0 commit comments

Comments
 (0)