From 2e8aaf60431b8c340f0d42f94aa99ff7c12a269b Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 9 Feb 2026 20:10:32 +0000
Subject: [PATCH 1/2] chore(main): release judoscale-java 0.1.5
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 7 +++++++
version.txt | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 88f7c73..18e45d5 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.1.4"
+ ".": "0.1.5"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a900c18..82a5bc9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.1.5](https://github.com/judoscale/judoscale-java/compare/judoscale-java-v0.1.4...judoscale-java-v0.1.5) (2026-02-09)
+
+
+### Bug Fixes
+
+* Add `runtime_version` to report the integration/framework version ([#9](https://github.com/judoscale/judoscale-java/issues/9)) ([d21da7d](https://github.com/judoscale/judoscale-java/commit/d21da7dfa87eada0d267bac457139799da930254))
+
## [0.1.4](https://github.com/judoscale/judoscale-java/compare/judoscale-java-v0.1.3...judoscale-java-v0.1.4) (2026-02-03)
diff --git a/version.txt b/version.txt
index 845639e..9faa1b7 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.1.4
+0.1.5
From 3758c6309b1ac4855b383e80d2a8c31fd9126326 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 9 Feb 2026 20:10:36 +0000
Subject: [PATCH 2/2] chore: update README versions to
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 300b8b4..cb9101c 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Add the dependency to your `pom.xml`:
com.judoscale
judoscale-spring-boot-starter
- 0.1.4
+ 0.1.5
```
@@ -40,7 +40,7 @@ Add the dependency to your `pom.xml`:
Add the dependency to your `build.gradle`:
```groovy
-implementation 'com.judoscale:judoscale-spring-boot-starter:0.1.4'
+implementation 'com.judoscale:judoscale-spring-boot-starter:0.1.5'
```
## judoscale-spring-boot-2-starter
@@ -62,7 +62,7 @@ Add the dependency to your `pom.xml`:
com.judoscale
judoscale-spring-boot-2-starter
- 0.1.4
+ 0.1.5
```
@@ -71,7 +71,7 @@ Add the dependency to your `pom.xml`:
Add the dependency to your `build.gradle`:
```groovy
-implementation 'com.judoscale:judoscale-spring-boot-2-starter:0.1.4'
+implementation 'com.judoscale:judoscale-spring-boot-2-starter:0.1.5'
```
### Usage