Skip to content

Commit 8fb9dcb

Browse files
committed
prepare 2.7.6 release
1 parent a9665ad commit 8fb9dcb

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

.changelog/changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
| tag | date | title |
2+
|---|---|---|
3+
| v2.7.6 | 2023-01-12 | User Sync Tool v2.7.6 |
4+
5+
# Features
6+
7+
* 4c4545a Extend "additional groups" awareness/support to all directory connectors
8+
9+
# Fixes
10+
11+
* 183e1d2 Fix bug when writing Adobe-only users to file (#801)
12+
* 79ce27d Non-zero exit code for certain error conditions (#803)
13+
* 651d211 Deal with emails, not usernames in CSV adobe-only features (write to CSV, read from CSV) (#808)
14+
15+
# Documentation
16+
17+
* c54a9eb Update Additional Groups documentation to discuss all directory connector types
18+
19+
---
20+
121
| tag | date | title |
222
|---|---|---|
323
| v2.7.5 | 2022-09-29 | User Sync Tool v2.7.5 |

.changelog/latest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
* 183e1d2 Fix bug when writing Adobe-only users to file (#801)
88
* 79ce27d Non-zero exit code for certain error conditions (#803)
9+
* 651d211 Deal with emails, not usernames in CSV adobe-only features (write to CSV, read from CSV) (#808)
910

1011
# Documentation
1112

user_sync/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = '2.7.5'
21+
__version__ = '2.7.6'

0 commit comments

Comments
 (0)