diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index c05df9b..88f7c73 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.1.3"
+ ".": "0.1.4"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51a6937..a900c18 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,14 @@ 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.4](https://github.com/judoscale/judoscale-java/compare/judoscale-java-v0.1.3...judoscale-java-v0.1.4) (2026-02-03)
+
+
+### Bug Fixes
+
+* Extract common functionality into core & fix adapter metadata in reports ([#6](https://github.com/judoscale/judoscale-java/issues/6)) ([24a11db](https://github.com/judoscale/judoscale-java/commit/24a11dbcd7c3bca502ecc7f0477eb2c4d61ce5d0))
+* Include container and pid metadata in reports ([#7](https://github.com/judoscale/judoscale-java/issues/7)) ([58c5224](https://github.com/judoscale/judoscale-java/commit/58c5224da63c167b5289db1d24117eec688a8eaf))
+
## [0.1.3](https://github.com/judoscale/judoscale-java/compare/judoscale-java-v0.1.2...judoscale-java-v0.1.3) (2026-01-29)
diff --git a/README.md b/README.md
index 6d42855..300b8b4 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.3
+ 0.1.4
```
@@ -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.3'
+implementation 'com.judoscale:judoscale-spring-boot-starter:0.1.4'
```
## 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.3
+ 0.1.4
```
@@ -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.3'
+implementation 'com.judoscale:judoscale-spring-boot-2-starter:0.1.4'
```
### Usage
diff --git a/version.txt b/version.txt
index b1e80bb..845639e 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.1.3
+0.1.4