Skip to content

Commit 5a6ce36

Browse files
committed
Prepare version 2.12.0
1 parent 4fb8aed commit 5a6ce36

3 files changed

Lines changed: 19 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Change Log
22

33
## [Unreleased]
4+
[Unreleased]: https://github.com/square/retrofit/compare/2.12.0...HEAD
5+
6+
**New**
7+
8+
- Nothing yet!
9+
10+
**Changed**
11+
12+
- Nothing yet!
13+
14+
**Fixed**
15+
16+
- Nothing yet!
17+
18+
19+
## [2.12.0] - 2025-05-15
20+
[2.12.0]: https://github.com/square/retrofit/releases/tag/2.12.0
421

522
**New**
623

@@ -13,10 +30,6 @@
1330
- Protobuf
1431
- Wire
1532

16-
**Changed**
17-
18-
- Nothing yet!
19-
2033
**Fixed**
2134

2235
- Primitive types used with `@Tag` now work by storing the value boxed with the boxed class as the key.
@@ -682,7 +695,6 @@ Initial release.
682695

683696

684697

685-
[Unreleased]: https://github.com/square/retrofit/compare/2.11.0...HEAD
686698
[2.11.0]: https://github.com/square/retrofit/releases/tag/2.11.0
687699
[2.10.0]: https://github.com/square/retrofit/releases/tag/2.10.0
688700
[2.9.0]: https://github.com/square/retrofit/releases/tag/2.9.0

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.11.0`.
12+
Download [the latest JAR][2] or grab from Maven central at the coordinates `com.squareup.retrofit2:retrofit:2.12.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=2.12.0-SNAPSHOT
2+
VERSION_NAME=2.12.0
33

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

0 commit comments

Comments
 (0)