diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8ed474..7908c42 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
+## [6.2] - 2023-02-20
### Updated
- `iso_3166-1.json` from iso-codes 4.12.0, which updates the name for TR to "Türkiye"
diff --git a/README.md b/README.md
index e89c347..d92bf58 100644
--- a/README.md
+++ b/README.md
@@ -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.1-SNAPSHOT
+ 6.2
```
@@ -32,7 +32,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory:
```console
-$ cp target/cgspace-java-helpers-6.1-SNAPSHOT.jar ~/dspace/lib/
+$ cp target/cgspace-java-helpers-6.2.jar ~/dspace/lib/
```
## Configuration
diff --git a/pom.xml b/pom.xml
index 3799d12..adc367b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.github.ilri.cgspace
cgspace-java-helpers
- 6.2-SNAPSHOT
+ 6.2
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 d1a103d..f7f621e 100644
--- a/src/main/java/io/github/ilri/cgspace/ctasks/README.md
+++ b/src/main/java/io/github/ilri/cgspace/ctasks/README.md
@@ -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.1-SNAPSHOT
+ 6.2
```
@@ -30,7 +30,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory:
```
-$ cp target/cgspace-java-helpers-6.1-SNAPSHOT.jar ~/dspace/lib/
+$ cp target/cgspace-java-helpers-6.2.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 45c1479..c232658 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
- 6.1-SNAPSHOT
+ 6.2
```
@@ -31,7 +31,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory:
```console
-$ cp target/cgspace-java-helpers-6.1-SNAPSHOT.jar ~/dspace/lib/
+$ cp target/cgspace-java-helpers-6.2.jar ~/dspace/lib/
```
## Invocation