Skip to content

Commit 3ab0f1a

Browse files
committed
Prepare version 3.0.0
1 parent e5c02d0 commit 3ab0f1a

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,33 @@
11
# Change Log
22

33
## [Unreleased]
4-
[Unreleased]: https://github.com/square/retrofit/compare/2.12.0...HEAD
4+
[Unreleased]: https://github.com/square/retrofit/compare/3.0.0...HEAD
55

66
**New**
77

88
- Nothing yet!
99

10+
**Changed**
11+
12+
- Nothing yet!
13+
14+
**Fixed**
15+
16+
- Nothing yet!
17+
18+
19+
## [3.0.0] - 2025-05-15
20+
[3.0.0]: https://github.com/square/retrofit/releases/tag/3.0.0
21+
1022
**Changed**
1123

1224
- Upgrade to OkHttp 4.12 (from 3.14).
1325

1426
This is the version of OkHttp that is written in Kotlin, and as a result Retrofit now has a transitive Kotlin dependency. However, this is also the _supported_ version of OkHttp whereas the previous version was out of support for nearly 4 years.
1527

16-
**Fixed**
1728

18-
- Nothing yet!
29+
Note: The 3.x versions of Retrofit maintain forward binary-compatibility with the 2.x versions.
30+
This means libraries compiled against 2.x can still be used with the 3.x versions.
1931

2032

2133
## [2.12.0] - 2025-05-15

README.md

Lines changed: 1 addition & 1 deletion
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.12.0`.
12+
Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:3.0.0`.
1313

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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.squareup.retrofit2
2-
VERSION_NAME=3.0.0-SNAPSHOT
2+
VERSION_NAME=3.0.0
33

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

0 commit comments

Comments
 (0)