Skip to content

Commit 6c2dd72

Browse files
committed
Prepare for version 2.9 release (version number, release notes).
1 parent 4fd00d1 commit 6c2dd72

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,10 @@ Because the UMAPI functionality around Adobe IDs is now different for migrated o
119119
* Allow setting attributes on Adobe ID users as long as the server allows it.
120120
* [Issue 55](https://github.com/adobe-apiplatform/umapi-client.py/issues/55)
121121
* Don't default the country code when creating new Enterprise ID users.
122+
123+
### Version 2.9
124+
125+
Bug fix release:
126+
127+
* [Issue 58](https://github.com/adobe-apiplatform/umapi-client.py/issues/58)
128+
* Error when adding more than 10 groups in a single action step.

umapi_client/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.8"
21+
__version__ = "2.9"

0 commit comments

Comments
 (0)