diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee3a5cc..eb3369e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,10 @@ 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] - 2024-01-02
### Updated
- `iso_3166-1.json` from iso-codes 4.13.0-SNAPSHOT, which [adds common names for Iran, Laos, and Syria](https://salsa.debian.org/iso-codes-team/iso-codes/-/merge_requests/32)
+- DSpace 7.6 compatibility
## [6.2] - 2023-02-20
### Updated
diff --git a/README.md b/README.md
index b0088ad..e96247e 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ DSpace curation tasks and other Java-based helpers used on the [CGSpace](https:/
- **FixJpgJpgThumbnails**: fix low-quality ".jpg.jpg" thumbnails by replacing them with their originals
- **FixLowQualityThumbnails**: remove low-quality thumbnails when PDF bitstreams are present
-Tested on DSpace 6.3. Read more about the [DSpace curation system](https://wiki.lyrasis.org/display/DSDOC6x/Curation+System).
+Tested on DSpace 7.6. Read more about the [DSpace curation system](https://wiki.lyrasis.org/display/DSDOC7x/Curation+System).
## Build and Install
@@ -16,7 +16,7 @@ To use these curation tasks in a DSpace project add the following dependency to
io.github.ilri.cgspace
cgspace-java-helpers
- 6.2-SNAPSHOT
+ 7.6-SNAPSHOT
```
@@ -32,7 +32,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory:
```console
-$ cp target/cgspace-java-helpers-6.2-SNAPSHOT.jar ~/dspace/lib/
+$ cp target/cgspace-java-helpers-7.6-SNAPSHOT.jar ~/dspace/lib/
```
## Configuration
diff --git a/pom.xml b/pom.xml
index 083d99a..c1b5af1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.github.ilri.cgspace
cgspace-java-helpers
- 6.2-SNAPSHOT
+ 7.6-SNAPSHOT
cgspace-java-helpers
https://github.com/ilri/cgspace-java-helpers
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 1fb5869..d8beee1 100644
--- a/src/main/java/io/github/ilri/cgspace/ctasks/README.md
+++ b/src/main/java/io/github/ilri/cgspace/ctasks/README.md
@@ -3,7 +3,7 @@ DSpace curation tasks used on the [CGSpace](https://cgspace.cgiar.org) instituti
- **CountryCodeTagger**: add ISO 3166-1 Alpha2 country codes to items based on their existing country metadata
-Tested on DSpace 6.3. Read more about the [DSpace curation system](https://wiki.lyrasis.org/display/DSDOC5x/Curation+System).
+Tested on DSpace 7.6. Read more about the [DSpace curation system](https://wiki.lyrasis.org/display/DSDOC5x/Curation+System).
## Build and Install
@@ -14,7 +14,7 @@ To use these curation tasks in a DSpace project add the following dependency to
io.github.ilri.cgspace
cgspace-java-helpers
- 6.2-SNAPSHOT
+ 7.6-SNAPSHOT
```
@@ -30,7 +30,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory:
```
-$ cp target/cgspace-java-helpers-6.2-SNAPSHOT.jar ~/dspace/lib/
+$ cp target/cgspace-java-helpers-7.6-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 f31bce9..ded8aca 100644
--- a/src/main/java/io/github/ilri/cgspace/scripts/README.md
+++ b/src/main/java/io/github/ilri/cgspace/scripts/README.md
@@ -4,7 +4,7 @@ Java-based helpers used on the [CGSpace](https://cgspace.cgiar.org) institutiona
- **FixJpgJpgThumbnails**: fix low-quality ".jpg.jpg" thumbnails by replacing them with their originals
- **FixLowQualityThumbnails**: remove low-quality thumbnails when PDF bitstreams are present
-Tested on DSpace 6.3. Read more about the [DSpace curation system](https://wiki.lyrasis.org/display/DSDOC6x/Curation+System).
+Tested on DSpace 7.6. Read more about the [DSpace curation system](https://wiki.lyrasis.org/display/DSDOC6x/Curation+System).
## Build and Install
@@ -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
- 6.2-SNAPSHOT
+ 7.6-SNAPSHOT
```
@@ -31,7 +31,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory:
```console
-$ cp target/cgspace-java-helpers-6.2-SNAPSHOT.jar ~/dspace/lib/
+$ cp target/cgspace-java-helpers-7.6-SNAPSHOT.jar ~/dspace/lib/
```
## Invocation