diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ac0bb..de995cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -## Unreleased +## 2024-02-28 v1.0.1 - yimportgroups: bugfix for situation where legacy format CSV files with role suffixes where not processed correctly in case of multiple users with the same role (YDA-5612) diff --git a/setup.py b/setup.py index bc3cc91..46d8d9c 100644 --- a/setup.py +++ b/setup.py @@ -33,5 +33,5 @@ 'yrmgroups=yclienttools.rmgroups:entry' ] }, - version='1.0.0' + version='1.0.1' )