diff --git a/CHANGELOG.md b/CHANGELOG.md
index d08fcb3..18072a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,22 @@ and this project **only** adheres to the following _(as defined at [Semantic Ver
> - MINOR version when you add functionality in a backward compatible manner
> - PATCH version when you make backward compatible bug fixes
+## [0.6.0] - 2025-12-04
+
+This release expands support for secure communication and improves retrieval of permission information when using the high-level filesystem API.
+
+### Changed
+
+- Increase maximum number of data-object permissions returned by `IRODSFilesystem#status` from 250 to 10000 (#131).
+
+### Fixed
+
+- Fix `IRODSFilesystem#status`'s handling of data objects which have no permissions (#132).
+
+### Added
+
+- Add support for secure communication via JSSE `TrustManager`s (#130).
+
## [0.5.0] - 2025-10-15
This release makes it so that users can retrieve the checksum of a data object while iterating over a collection.
diff --git a/README.md b/README.md
index 53a1b01..1b34381 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ To use it, add the following to your pom.xml file.
org.irods
irods4j
- 0.5.0
+ 0.6.0
```
diff --git a/pom.xml b/pom.xml
index 9ed0518..52c129c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.irods
irods4j
- 0.5.0
+ 0.6.0
jar
irods4j