We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70def6 commit dcc2e3eCopy full SHA for dcc2e3e
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.7.1 (2025-06-24)
2
+- New: Track logged in user
3
+- Fix: Batch aggregation links updated
4
+- Change: Set user to User.me() by default for new batch aggregation requests
5
+
6
## 1.7.0 (2024-03-07)
7
- Fix: Improve MIME typing on auto detection for subject locations
8
- New: Add MIME type assignment to subject locations
setup.py
@@ -13,7 +13,7 @@
13
),
14
long_description=long_description,
15
long_description_content_type='text/markdown',
16
- version='1.7.0',
+ version='1.7.1',
17
packages=find_packages(),
18
include_package_data=True,
19
install_requires=[
0 commit comments