File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 1.3.1 ] - 2026-07-01
8+ ## Unreleased
99
1010### Added
1111
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ Maven:
2929<dependency >
3030 <groupId >io.facturapi</groupId >
3131 <artifactId >facturapi-java</artifactId >
32- <version >1.3.1 </version >
32+ <version >1.3.0 </version >
3333</dependency >
3434```
3535
3636Gradle:
3737
3838``` gradle
39- implementation("io.facturapi:facturapi-java:1.3.1 ")
39+ implementation("io.facturapi:facturapi-java:1.3.0 ")
4040```
4141
4242## Inicio rápido
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ Maven:
2929<dependency >
3030 <groupId >io.facturapi</groupId >
3131 <artifactId >facturapi-java</artifactId >
32- <version >1.3.1 </version >
32+ <version >1.3.0 </version >
3333</dependency >
3434```
3535
3636Gradle:
3737
3838``` gradle
39- implementation("io.facturapi:facturapi-java:1.3.1 ")
39+ implementation("io.facturapi:facturapi-java:1.3.0 ")
4040```
4141
4242## Quickstart
Original file line number Diff line number Diff line change 55
66 <groupId >io.facturapi</groupId >
77 <artifactId >facturapi-java</artifactId >
8- <version >1.3.1 </version >
8+ <version >1.3.0 </version >
99 <name >facturapi-java</name >
1010 <description >Official Java SDK for Facturapi</description >
1111 <url >https://github.com/facturapi/facturapi-java</url >
You can’t perform that action at this time.
0 commit comments