Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.2.0
- Added support for user and usergroup APIs
- Added support of scopes
- Fixed typos and formatting issues in README

## 1.1.1
- Fix file upload by chunks method to use the right sequence of parameters.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="solvexia_sdk",
version="1.1.1",
version="1.2.0",
author="SolveXia Pty Ltd",
author_email="support@solvexia.com",
description="A development kit written in Python to access and work with SolveXia resources",
Expand Down