Skip to content

Commit 3844f2b

Browse files
v2.10.0 (#562)
1 parent b3b41d3 commit 3844f2b

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

HISTORY.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
33
Release History
44
---------------
55

6-
Next Release
6+
2.10.0 (2020-10-02)
77
++++++++
8-
- Allow ints to be passed in as item IDs
9-
- Fix bug with updating a collaboration role to owner
10-
- Allow creating tasks with the `action` and `completion_rule` parameters.
11-
- Add support for `copyInstanceOnItemCopy` field for metadata templates
12-
- Add zip functionality
8+
9+
**New Features and Enhancements:**
10+
11+
- Add support for `copyInstanceOnItemCopy` field for metadata templates (`#546 <https://github.com/box/box-ios-sdk/pull/546>`_)
12+
- Allow creating tasks with the `action` and `completion_rule` parameters (`#544 <https://github.com/box/box-ios-sdk/pull/544>`_)
13+
- Add zip functionality (`#539 <https://github.com/box/box-ios-sdk/pull/539>`_)
14+
15+
**Bug Fixes:**
16+
17+
- Fix bug with updating a collaboration role to owner (`#536 <https://github.com/box/box-ios-sdk/pull/536>`_)
18+
- Allow ints to be passed in as item IDs (`#530 <https://github.com/box/box-ios-sdk/pull/530>`_)
1319

1420
2.9.0 (2020-06-23)
1521
++++++++

boxsdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from __future__ import unicode_literals, absolute_import
44

55

6-
__version__ = '2.9.0'
6+
__version__ = '2.10.0'

0 commit comments

Comments
 (0)