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/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 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