diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3930c0f6..5ca14f56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
+## 8.6.1 (2026-08-13)
+
+### Fixes
+
+- Fix typo in mandate_import_entry status description
+
## 8.6.0
Start of changelog tracking with Knope. See [GitHub releases](https://github.com/gocardless/gocardless-pro-java/releases) for the history of earlier versions.
diff --git a/README.md b/README.md
index f062d2ac..2b787c49 100644
--- a/README.md
+++ b/README.md
@@ -14,14 +14,14 @@ With Maven:
com.gocardless
gocardless-pro
- 8.6.0
+ 8.6.1
```
With Gradle:
```
-implementation 'com.gocardless:gocardless-pro:8.6.0'
+implementation 'com.gocardless:gocardless-pro:8.6.1'
```
## Initializing the client
diff --git a/build.gradle b/build.gradle
index 1b957da3..b81b585c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ plugins {
sourceCompatibility = 1.8
targetCompatibility = 1.8
group = 'com.gocardless'
-version = '8.6.0'
+version = '8.6.1'
apply plugin: 'ch.raffael.pegdown-doclet'
diff --git a/src/main/java/com/gocardless/http/HttpClient.java b/src/main/java/com/gocardless/http/HttpClient.java
index a820a56d..65b95082 100644
--- a/src/main/java/com/gocardless/http/HttpClient.java
+++ b/src/main/java/com/gocardless/http/HttpClient.java
@@ -35,7 +35,7 @@ public class HttpClient {
private static final String DISALLOWED_USER_AGENT_CHARACTERS =
"[^\\w!#$%&'\\*\\+\\-\\.\\^`\\|~]";
private static final String USER_AGENT =
- String.format("gocardless-pro-java/8.6.0 java/%s %s/%s %s/%s",
+ String.format("gocardless-pro-java/8.6.1 java/%s %s/%s %s/%s",
cleanUserAgentToken(System.getProperty("java.vm.specification.version")),
cleanUserAgentToken(System.getProperty("java.vm.name")),
cleanUserAgentToken(System.getProperty("java.version")),
@@ -49,7 +49,7 @@ public class HttpClient {
builder.put("GoCardless-Version", "2015-07-06");
builder.put("Accept", "application/json");
builder.put("GoCardless-Client-Library", "gocardless-pro-java");
- builder.put("GoCardless-Client-Version", "8.6.0");
+ builder.put("GoCardless-Client-Version", "8.6.1");
HEADERS = builder.build();
}
private final OkHttpClient rawClient;
diff --git a/src/main/java/com/gocardless/services/MandateImportEntryService.java b/src/main/java/com/gocardless/services/MandateImportEntryService.java
index 67d76992..55371557 100644
--- a/src/main/java/com/gocardless/services/MandateImportEntryService.java
+++ b/src/main/java/com/gocardless/services/MandateImportEntryService.java
@@ -998,7 +998,7 @@ public MandateImportEntryListRequest withMandateImport(String mandateImport)
* One of:
*
*
- * sucessfully_processed: the entry has been imported and the associated
+ * successfully_processed: the entry has been imported and the associated
* records created.
* unsuccessfully_processed: the entry could not be processed due to an
* error, see the 'processing_errors' value