diff --git a/CHANGELOG.md b/CHANGELOG.md
index 650c072..d17c411 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## Unreleased
+## [7.6.1.3] - 2024-06-26
### Updated
- Add more formats to `NormalizeDOIs` curation task
diff --git a/README.md b/README.md
index 7a9843e..4253534 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ To use these curation tasks in a DSpace project add the following dependency to
io.github.ilri.cgspace
cgspace-java-helpers
- 7.6.1.2-SNAPSHOT
+ 7.6.1.3-SNAPSHOT
```
@@ -33,7 +33,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory:
```console
-$ cp target/cgspace-java-helpers-7.6.1.2-SNAPSHOT.jar ~/dspace/lib/
+$ cp target/cgspace-java-helpers-7.6.1.3-SNAPSHOT.jar ~/dspace/lib/
```
## Configuration
diff --git a/src/main/java/io/github/ilri/cgspace/ctasks/README.md b/src/main/java/io/github/ilri/cgspace/ctasks/README.md
index ff6126b..b852fac 100644
--- a/src/main/java/io/github/ilri/cgspace/ctasks/README.md
+++ b/src/main/java/io/github/ilri/cgspace/ctasks/README.md
@@ -15,7 +15,7 @@ To use these curation tasks in a DSpace project add the following dependency to
io.github.ilri.cgspace
cgspace-java-helpers
- 7.6.1.2-SNAPSHOT
+ 7.6.1.3-SNAPSHOT
```
@@ -31,7 +31,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory:
```
-$ cp target/cgspace-java-helpers-7.6.1.2-SNAPSHOT.jar ~/dspace/lib/
+$ cp target/cgspace-java-helpers-7.6.1.3-SNAPSHOT.jar ~/dspace/lib/
```
## Configuration
diff --git a/src/main/java/io/github/ilri/cgspace/scripts/README.md b/src/main/java/io/github/ilri/cgspace/scripts/README.md
index f2f51b7..a5b4ee9 100644
--- a/src/main/java/io/github/ilri/cgspace/scripts/README.md
+++ b/src/main/java/io/github/ilri/cgspace/scripts/README.md
@@ -15,7 +15,7 @@ To use these curation tasks in a DSpace project add the following dependency to
io.github.ilri.cgspace
cgspace-java-helpers
- 7.6.1.2-SNAPSHOT
+ 7.6.1.3-SNAPSHOT
```
@@ -31,7 +31,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory:
```console
-$ cp target/cgspace-java-helpers-7.6.1.2-SNAPSHOT.jar ~/dspace/lib/
+$ cp target/cgspace-java-helpers-7.6.1.3-SNAPSHOT.jar ~/dspace/lib/
```
## Invocation