From 21ec921cd11b4d8bfc57af0d4eabfca3814d6767 Mon Sep 17 00:00:00 2001 From: Keith James <47220353+kjsanger@users.noreply.github.com> Date: Tue, 6 Jun 2023 12:21:59 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c3ec42..6cd8f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,24 @@ 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). +## [2.5.1] + +### Fixed + - Incorrect recursive behaviour of RodsItem::add/remove/supersede_permissions methods + ## [2.5.0] ### Added - - attr parameter to RodsItem::metadata method - iRODS 4.2.12 to CI. ## [2.4.0] ### Added - - RodsItem::avu method - Singularity container support for iRODS clients ### Removed - - Use of Conda-based iRODS clients in CI. - Remove use of Conda-based Python in CI.