From ca63552204c50fb155292476dd388cac71fa571b Mon Sep 17 00:00:00 2001 From: Keith James Date: Fri, 15 Sep 2023 14:58:36 +0100 Subject: [PATCH] Update change log --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b48ea..47c2c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.8.0] + +### Added + + - New rods_users function to list all users + - New user_type keyword for the existing RodsItem::acl/permissions + +### Changed + + - Bump black from 23.7.0 to 23.9.1 + - Bump click from 8.1.6 to 8.1.7 + - Bump pytest from 7.4.0 to 7.4.2 + - Bump setuptools from 68.1.2 to 68.2.2 + + ## [2.7.0] ### Added @@ -12,7 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump click from 8.1.6 to 8.1.7 - Bump setuptools from 68.1.0 to 68.1.2 ## [2.6.0]