Skip to content

Commit 6a525e6

Browse files
chore(main): release judoscale-java 0.1.6 (#13)
## [0.1.6](judoscale-java-v0.1.5...judoscale-java-v0.1.6) (2026-03-05) ### Bug Fixes * Add exponential backoff to retry attempts when sending API requests ([#12](#12)) ([26f04dc](26f04dc)) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 26f04dc commit 6a525e6

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.5"
2+
".": "0.1.6"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.6](https://github.com/judoscale/judoscale-java/compare/judoscale-java-v0.1.5...judoscale-java-v0.1.6) (2026-03-05)
9+
10+
11+
### Bug Fixes
12+
13+
* Add exponential backoff to retry attempts when sending API requests ([#12](https://github.com/judoscale/judoscale-java/issues/12)) ([26f04dc](https://github.com/judoscale/judoscale-java/commit/26f04dc685200fb0b3d29de8e1e52d229b8a9ed3))
14+
815
## [0.1.5](https://github.com/judoscale/judoscale-java/compare/judoscale-java-v0.1.4...judoscale-java-v0.1.5) (2026-02-09)
916

1017

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the dependency to your `pom.xml`:
3131
<dependency>
3232
<groupId>com.judoscale</groupId>
3333
<artifactId>judoscale-spring-boot-starter</artifactId>
34-
<version>0.1.5</version>
34+
<version>0.1.6</version>
3535
</dependency>
3636
```
3737

@@ -40,7 +40,7 @@ Add the dependency to your `pom.xml`:
4040
Add the dependency to your `build.gradle`:
4141

4242
```groovy
43-
implementation 'com.judoscale:judoscale-spring-boot-starter:0.1.5'
43+
implementation 'com.judoscale:judoscale-spring-boot-starter:0.1.6'
4444
```
4545

4646
## judoscale-spring-boot-2-starter
@@ -62,7 +62,7 @@ Add the dependency to your `pom.xml`:
6262
<dependency>
6363
<groupId>com.judoscale</groupId>
6464
<artifactId>judoscale-spring-boot-2-starter</artifactId>
65-
<version>0.1.5</version>
65+
<version>0.1.6</version>
6666
</dependency>
6767
```
6868

@@ -71,7 +71,7 @@ Add the dependency to your `pom.xml`:
7171
Add the dependency to your `build.gradle`:
7272

7373
```groovy
74-
implementation 'com.judoscale:judoscale-spring-boot-2-starter:0.1.5'
74+
implementation 'com.judoscale:judoscale-spring-boot-2-starter:0.1.6'
7575
```
7676

7777
### Usage

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.5
1+
0.1.6

0 commit comments

Comments
 (0)